onTap property

dynamic Function(bool?)? onTap
final

Define function that is executed when the user taps on the checkbox. If onTap is given a null callback, it will be disabled.

Implementation

final Function(bool?)? onTap;