onChanged property

ValueChanged<List<T>> onChanged
final

Called when the value of the checkbox group changes.

Implementation

final ValueChanged<List<T>> onChanged;