menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.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;
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
ModelNotifier<T>
notifier property
ModelNotifier class