builder property
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;
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.
final Widget Function() builder;