value_layout_builder library
Classes
-
BoxValueConstraints<
T> -
SliverValueConstraints<
T> -
SliverValueLayoutBuilder<
T> - Builds a sliver widget tree that can depend on its own SliverValueConstraints.
-
ValueLayoutBuilder<
T> - Builds a widget tree that can depend on the parent widget's size and a extra value.
Typedefs
-
SliverValueLayoutWidgetBuilder<
T> = Widget Function(BuildContext context, SliverValueConstraints< T> constraints) - The signature of the SliverValueLayoutBuilder builder function.
-
ValueLayoutWidgetBuilder<
T> = Widget Function(BuildContext context, BoxValueConstraints< T> constraints) - The signature of the ValueLayoutBuilder builder function.