builder property

Widget Function(BuildContext context, LayoutInfoType layoutInfo) get builder

Called at layout time to construct the widget tree.

The builder must not return null.

Implementation

Widget Function(BuildContext context, LayoutInfoType layoutInfo) get builder;