onChanged property

ValueChanged<T?> onChanged
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;