utils/utils library

Classes

BoxValueConstraints<T>
RenderValueLayoutBuilder<T>
SliverStickyCollapsablePanelStatus
Status describing how a sticky header is rendered.
StickyCollapsablePanelController
Controller to manage Sticker Header
ValueLayoutBuilder<T>
Builds a widget tree that can depend on the parent widget's size and a extra value.

Typedefs

ValueLayoutWidgetBuilder<T> = Widget Function(BuildContext context, BoxValueConstraints<T> constraints)
The signature of the ValueLayoutBuilder builder function.