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