builder property
final
Called at layout time to construct the widget tree.
The builder must not return null.
Implementation
final Widget Function(BuildContext context, ConstraintType constraints) builder;
Called at layout time to construct the widget tree.
The builder must not return null.
final Widget Function(BuildContext context, ConstraintType constraints) builder;