menu
te_widgets package
documentation
widgets/checkbox/checkbox.dart
TCheckbox
valueNotifier property
valueNotifier property
dark_mode
light_mode
valueNotifier
property
@
override
ValueNotifier
<
bool
?
>
?
valueNotifier
final
A ValueNotifier for two-way binding.
Implementation
@override final ValueNotifier<bool?>? valueNotifier;
te_widgets package
documentation
widgets/checkbox/checkbox
TCheckbox
valueNotifier property
TCheckbox class