didUpdateWidget method

  1. @override
void didUpdateWidget(
  1. covariant XBCalendarMonthCell oldWidget
)

Implementation

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