PointTransformer typedef Null safety
Converts a given point from the global coordinate system in logical pixels to the local coordinate system for a box.
Implementation
typedef PointTransformer = Offset Function(Offset position);
Converts a given point from the global coordinate system in logical pixels to the local coordinate system for a box.
typedef PointTransformer = Offset Function(Offset position);