globalToLocal method Null safety

Offset globalToLocal(
  1. Offset point
)

Convert the given point from the global coordinate space to the local one.

For definitions for coordinate spaces, see TestWidgetsFlutterBinding.

Implementation

Offset globalToLocal(Offset point) => point;