menu
te_widgets package
documentation
widgets/radio/radio.dart
TRadio<T>
onValueChanged property
onValueChanged property
dark_mode
light_mode
onValueChanged
property
@
override
ValueChanged
<
T?
>
?
onValueChanged
final
Callback fired when the value changes.
Implementation
@override final ValueChanged<T?>? onValueChanged;
te_widgets package
documentation
widgets/radio/radio
TRadio<T>
onValueChanged property
TRadio class