didUpdateWidget method
- @mustCallSuper
- covariant T oldWidget
Called when the widget configuration changes.
Return a Cmd to schedule side effects caused by the configuration
update.
Implementation
@mustCallSuper
Cmd? didUpdateWidget(covariant T oldWidget) => null;