menu
dart_board_widgets package
documentation
widgets/change_notifier_builder.dart
ChangeNotifierBuilder3<T extends ChangeNotifier, V extends ChangeNotifier, Z extends ChangeNotifier>
builder property
builder property
dark_mode
light_mode
builder
property
Widget
Function
(
BuildContext
context
,
T
value1
,
V
value2
,
Z
notifier3
)
builder
final
Implementation
final Widget Function(BuildContext context, T value1, V value2, Z notifier3) builder;
dart_board_widgets package
documentation
widgets/change_notifier_builder
ChangeNotifierBuilder3<T extends ChangeNotifier, V extends ChangeNotifier, Z extends ChangeNotifier>
builder property
ChangeNotifierBuilder3 class