GlobalKeyHelpers extension
- on
Methods
-
getChildPosition(
{Offset offset = Offset.zero, MyRelativePosition relativePosition = MyRelativePosition.topLeft}) → Offset? -
Available on GlobalKey<
Returns the Offset of theState< , provided by the GlobalKeyHelpers extensionStatefulWidget> >child
widget. -
getChildSize(
) → Size? -
Available on GlobalKey<
Returns the Size of theState< , provided by the GlobalKeyHelpers extensionStatefulWidget> >child
widget. -
getRenderBox(
) → RenderBox? -
Available on GlobalKey<
Returns the RenderBox of theState< , provided by the GlobalKeyHelpers extensionStatefulWidget> >child
widget.