ExtGlobalkey extension
- on
Properties
- box → RenderBox
-
Available on GlobalKey<
Returns the underlying RenderBox associated with this GlobalKey.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - globalOffset → Offset
-
Available on GlobalKey<
Global position of the widget's top-left corner.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - globalX → double
-
Available on GlobalKey<
Global X position of the widget.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - globalY → double
-
Available on GlobalKey<
Global Y position of the widget.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - h → double
-
Available on GlobalKey<
Height of the widget in logical pixels.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - isMounted → bool
-
Available on GlobalKey<
Checks if the widget associated with this GlobalKey is currently mounted in the widget tree.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - localOffset → Offset
-
Available on GlobalKey<
Local position (relative to itself), usuallyState< , provided by the ExtGlobalkey extensionStatefulWidget> >Offset.zero.no setter - localX → double
-
Available on GlobalKey<
Local X position.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - localY → double
-
Available on GlobalKey<
Local Y position.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - size → Size
-
Available on GlobalKey<
Returns the size of the widget associated with this GlobalKey.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter - w → double
-
Available on GlobalKey<
Width of the widget in logical pixels.State< , provided by the ExtGlobalkey extensionStatefulWidget> >no setter
Methods
-
globalOffsetTo(
Offset offset) → Offset -
Available on GlobalKey<
Converts a localState< , provided by the ExtGlobalkey extensionStatefulWidget> >offsetto a global screen position. -
localOffsetTo(
Offset offset) → Offset -
Available on GlobalKey<
Converts a globalState< , provided by the ExtGlobalkey extensionStatefulWidget> >offsetto a local widget position.