localToGlobal method

Offset? localToGlobal(
  1. Offset local
)

Converts the local position to the global position in the widget.

Implementation

Offset? localToGlobal(Offset local) => _state._localToGlobal(local);