onChange property

(void Function(String label, int index)?) onChange
final

Called when the value of the RadioButtonGroup changes.

Implementation

final void Function(String label, int index)? onChange;