menu
refena package
documentation
refena.dart
RebuildableNotifier<T, R>
dependencies property
dependencies property
dark_mode
light_mode
dependencies
property
Set
<
BaseNotifier
>
dependencies
final
inherited
A collection of notifiers that this notifier depends on.
Implementation
final Set<BaseNotifier> dependencies = {};
refena package
documentation
refena
RebuildableNotifier<T, R>
dependencies property
RebuildableNotifier mixin