updateShouldNotify method
Updates if the apptheme updates
Implementation
@override
bool updateShouldNotify(ColorProvider oldWidget) => appTheme != oldWidget.appTheme;
Updates if the apptheme updates
@override
bool updateShouldNotify(ColorProvider oldWidget) => appTheme != oldWidget.appTheme;