builder property

Widget Function(BuildContext context, T controller) builder
final

A builder function that constructs the widget tree using the provided ScopeController.

Implementation

final Widget Function(BuildContext context, T controller) builder;