void onNotifyWithDate(DateTime current, [DateTime? old]) { onNotifyWithCallback(() { currentDay = current; oldDay = old ?? current; }); }