menu
shadcn_flutter package
documentation
shadcn_flutter.dart
ModelNotifier<T>
notifier property
notifier property
dark_mode
light_mode
notifier
property
ValueNotifier
<
T
>
notifier
final
The ValueNotifier that holds the data.
Implementation
final ValueNotifier<T> notifier;
shadcn_flutter package
documentation
shadcn_flutter
ModelNotifier<T>
notifier property
ModelNotifier class