didUpdateWidget method
Implementation
@override
void didUpdateWidget(covariant XBCalendarMonthCell oldWidget) {
super.didUpdateWidget(oldWidget);
notify();
}
@override
void didUpdateWidget(covariant XBCalendarMonthCell oldWidget) {
super.didUpdateWidget(oldWidget);
notify();
}