updateShouldNotify method
Whether dependents should rebuild when this widget updates.
Implementation
@override
bool updateShouldNotify(covariant MediaQuery oldWidget) {
return oldWidget.data != data;
}
Whether dependents should rebuild when this widget updates.
@override
bool updateShouldNotify(covariant MediaQuery oldWidget) {
return oldWidget.data != data;
}