menu
auris package
documentation
auris_widgets.dart
AurisRadio<T>
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
T
>
?
onChanged
final
Called with
value
when this radio is chosen. Null disables it.
Implementation
final ValueChanged<T>? onChanged;
auris package
documentation
auris_widgets
AurisRadio<T>
onChanged property
AurisRadio class