builder property
Build a widget tree based on the value from a Provider<T>.
Must not be null
.
Implementation
final Widget Function(
BuildContext context,
A value,
B value2,
Widget? child,
) builder;
Build a widget tree based on the value from a Provider<T>.
Must not be null
.
final Widget Function(
BuildContext context,
A value,
B value2,
Widget? child,
) builder;