updateShouldNotify method
Whether dependents should rebuild when this widget updates.
Implementation
@override
bool updateShouldNotify(covariant ThemeScope oldWidget) {
return theme != oldWidget.theme;
}
Whether dependents should rebuild when this widget updates.
@override
bool updateShouldNotify(covariant ThemeScope oldWidget) {
return theme != oldWidget.theme;
}