onChange property Null safety

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

Called when the value of the CheckboxGroup changes.

Implementation

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