menu
notifiable package
documentation
two_item_notifiable.dart
TwoItemNotifier<T, V>
addListener method
addListener method
dark_mode
light_mode
addListener
method
void
addListener
(
VoidCallback
listener
)
Implementation
void addListener(VoidCallback listener) { _listeners.add(listener); }
notifiable package
documentation
two_item_notifiable
TwoItemNotifier<T, V>
addListener method
TwoItemNotifier class