updateShouldNotify method
Whether dependent widgets should rebuild.
Implementation
@override
bool updateShouldNotify(FirstRunThemeScope oldWidget) {
return oldWidget.config != config;
}
Whether dependent widgets should rebuild.
@override
bool updateShouldNotify(FirstRunThemeScope oldWidget) {
return oldWidget.config != config;
}