didUpdateWidget method
void
didUpdateWidget(
- covariant T oldWidget
Called whenever the widget configuration changes.
Implementation
void didUpdateWidget(covariant T oldWidget) {}
Called whenever the widget configuration changes.
void didUpdateWidget(covariant T oldWidget) {}