onTap property

dynamic Function(bool?)? onTap
final

Called when the user taps the checkbox. Receives the new checked state.

Implementation

final Function(bool?)? onTap;