composables/define_widget/composables/use_widget_bounding library

Classes

WidgetBounding
Represents the bounding box of a widget.

Functions

useWidgetBounding() UseWidgetBoundingReturn
A hook that provides the bounding box of a widget.

Typedefs

UseWidgetBoundingReturn = ({Computed<double?> bottom, Computed<double?> height, GlobalKey<State<StatefulWidget>> key, Computed<double?> left, Computed<double?> right, Computed<double?> top, Computed<double?> width, Computed<double?> x, Computed<double?> y})
Return type for useWidgetBounding.