onNotifyToggleWithActivator method
Implementation
void onNotifyToggleWithActivator([bool recheck = false]) {
onNotifyActivator(!activated, recheck: recheck, callback: onNotifyToggle);
}
void onNotifyToggleWithActivator([bool recheck = false]) {
onNotifyActivator(!activated, recheck: recheck, callback: onNotifyToggle);
}