updateShouldNotify method

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

Whether descendant widgets should be notified when data changes.

Implementation

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