menu
notifiable package
documentation
two_item_notifiable.dart
TwoItemNotifiable<T, V>
builder property
builder property
dark_mode
light_mode
builder
property
Widget
Function
(
BuildContext
context
,
T
value1
,
V
value2
)
builder
final
Implementation
final Widget Function(BuildContext context, T value1, V value2) builder;
notifiable package
documentation
two_item_notifiable
TwoItemNotifiable<T, V>
builder property
TwoItemNotifiable class