offset property Null safety
final
The target offset.
The child will be translated horizontally by width * dx
and vertically by height * dy
The offset must not be null.
Implementation
final Offset offset;
The target offset.
The child will be translated horizontally by width * dx
and vertically by height * dy
The offset must not be null.
final Offset offset;