globalToLocal method Null safety
- 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;