onChanged property
final
Called when selection has changed.
The value can be null when unselect the RawRadio with RawRadio.toggleable set to true.
Implementation
final ValueChanged<T?> onChanged;
Called when selection has changed.
The value can be null when unselect the RawRadio with RawRadio.toggleable set to true.
final ValueChanged<T?> onChanged;