onToggle property
A function that is called by tap on a switch or checkbox !! Caution: bool value could be null, you may have to add null check
Implementation
late final Function(bool?)? onToggle;
A function that is called by tap on a switch or checkbox !! Caution: bool value could be null, you may have to add null check
late final Function(bool?)? onToggle;