builder property
A builder function for the View widget, it also has access to the model.
Implementation
final Widget Function(BuildContext context, T model, Widget? child) builder;
A builder function for the View widget, it also has access to the model.
final Widget Function(BuildContext context, T model, Widget? child) builder;