updateShouldNotify method

  1. @override
bool updateShouldNotify(
  1. covariant FirstRunThemeScope oldWidget
)
override

Whether dependent widgets should rebuild.

Implementation

@override
bool updateShouldNotify(FirstRunThemeScope oldWidget) {
  return oldWidget.config != config;
}