utils/value_layout_builder library

Classes

BoxValueConstraints<T>
RenderValueLayoutBuilder<T>
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.