translation property

Offset translation
final

The translation to apply to the child, scaled to the child's size.

For example, an Offset with a dx of 0.25 will result in a horizontal translation of one quarter the width of the child.

Implementation

final Offset translation;