localToGlobal method Null safety
- Offset point
Convert the given point from the local coordinate space to the global one.
For definitions for coordinate spaces, see TestWidgetsFlutterBinding.
Implementation
Offset localToGlobal(Offset point) => point;