updateShouldNotify method

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

Implementation

@override
bool updateShouldNotify(Theme oldWidget) => data != oldWidget.data;