localToGlobal method Null safety

Offset localToGlobal(
  1. 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;