onChanged property

ValueChanged<bool> onChanged
final

Callback called when the user toggles the checkbox.

Implementation

final ValueChanged<bool> onChanged;