didUpdateWidget method

  1. @mustCallSuper
Cmd? didUpdateWidget(
  1. 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;