onTap property
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;
Define function that is executed when the user taps on the checkbox. If onTap is given a null callback, it will be disabled.
final Function(bool?)? onTap;