notyCheckedBoxChange method
void
notyCheckedBoxChange()
Implementation
void notyCheckedBoxChange() {
if (mounted) {
_checkedBoxState?.call((){});
}
}
void notyCheckedBoxChange() {
if (mounted) {
_checkedBoxState?.call((){});
}
}