menu
atom_notifier package
documentation
atom_list.dart
ListAtomNotifier<T>
ListAtomNotifier.new constructor
ListAtomNotifier.new constructor
dark_mode
light_mode
ListAtomNotifier<
T
>
constructor
ListAtomNotifier<
T
>
(
List
<
T
>
value
)
Implementation
ListAtomNotifier(this.value) : super(value);
atom_notifier package
documentation
atom_list
ListAtomNotifier<T>
ListAtomNotifier.new constructor
ListAtomNotifier class