GlobalKeyHelpers extension

on

Methods

getChildPosition({Offset offset = Offset.zero, MyRelativePosition relativePosition = MyRelativePosition.topLeft}) Offset?

Available on GlobalKey<State<StatefulWidget>>, provided by the GlobalKeyHelpers extension

Returns the Offset of the child widget.
getChildSize() Size?

Available on GlobalKey<State<StatefulWidget>>, provided by the GlobalKeyHelpers extension

Returns the Size of the child widget.
getRenderBox() RenderBox?

Available on GlobalKey<State<StatefulWidget>>, provided by the GlobalKeyHelpers extension

Returns the RenderBox of the child widget.