onChanged property

ValueChanged? onChanged
final

Called when the user checks or unchecks the checkbox.

Implementation

final ValueChanged<dynamic>? onChanged;