didUpdateWidget method

  1. @protected
  2. @mustCallSuper
void didUpdateWidget(
  1. covariant T oldWidget
)

Called after widget receives the new configuration and before rebuilding.

Implementation

@protected
@mustCallSuper
void didUpdateWidget(covariant T oldWidget) {}