builder property

  1. @override
Widget Function(BuildContext context, ConstraintType constraints) builder
final

Called at layout time to construct the widget tree.

The builder must not return null.

Implementation

@override
final Widget Function(BuildContext context, ConstraintType constraints) builder;