builder property

Widget Function() builder
final

The function used to build the widget tree when this widget is rebuilt.

Implementation

final Widget Function() builder;