globalOffset property
Offset
get
globalOffset
Global position of the widget's top-left corner.
Implementation
Offset get globalOffset => globalOffsetTo(Offset.zero);
Global position of the widget's top-left corner.
Offset get globalOffset => globalOffsetTo(Offset.zero);