onSelectionChanged property

ValueChanged<int> onSelectionChanged
final

Callback called when the selected item changed it returns the index of the selected radio. note that the index start at 0.

Implementation

final ValueChanged<int> onSelectionChanged;