didUpdateWidget method

  1. @protected
void didUpdateWidget(
  1. W oldWidget
)

Called whenever the widget configuration changes.

https://api.flutter.dev/flutter/widgets/State/didUpdateWidget.html

Implementation

@protected
void didUpdateWidget(W oldWidget) {}