builder property
Builds the widget tree using the resolved controller.
Implementation
final Widget Function(BuildContext context, T controller)? builder;
Builds the widget tree using the resolved controller.
final Widget Function(BuildContext context, T controller)? builder;