updateShouldNotify method

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

Whether dependents should rebuild when this widget updates.

Implementation

@override
bool updateShouldNotify(covariant ThemeScope oldWidget) {
  return theme != oldWidget.theme;
}