didUpdateWidget method
Called after widget receives the new configuration and before rebuilding.
Implementation
@protected
@mustCallSuper
void didUpdateWidget(covariant T oldWidget) {}
Called after widget receives the new configuration and before rebuilding.
@protected
@mustCallSuper
void didUpdateWidget(covariant T oldWidget) {}