RitoTranslateTransform constructor
const
RitoTranslateTransform({
- required RitoLength x,
- required RitoLength y,
Implementation
const RitoTranslateTransform({required this.x, required this.y});