builder property

Widget Function(BuildContext, ConstraintType) builder
final

Called at layout time to construct the widget tree.

The builder must not return null.

Implementation

final Widget Function(BuildContext, ConstraintType) builder;