RitoTranslateTransform constructor

const RitoTranslateTransform({
  1. required RitoLength x,
  2. required RitoLength y,
})

Implementation

const RitoTranslateTransform({required this.x, required this.y});