menu
flutoryx package
documentation
flutoryx.dart
AppRadioGroup<T>
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
T?
>
?
onChanged
final
Called when the user selects a radio button.
Implementation
final ValueChanged<T?>? onChanged;
flutoryx package
documentation
flutoryx
AppRadioGroup<T>
onChanged property
AppRadioGroup class