builder property

Widget Function() builder
final

A function that builds a widget tree given a BuildContext. It may read reactive values that, upon changing, will automatically cause this widget to rebuild.

Implementation

final Widget Function() builder;