updateShouldNotify method

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

Updates if the apptheme updates

Implementation

@override
bool updateShouldNotify(ColorProvider oldWidget) => appTheme != oldWidget.appTheme;