updateShouldNotify method
Whether descendant widgets should rebuild when style changes.
Implementation
@override
bool updateShouldNotify(DefaultTextStyle oldWidget) =>
style != oldWidget.style;
Whether descendant widgets should rebuild when style changes.
@override
bool updateShouldNotify(DefaultTextStyle oldWidget) =>
style != oldWidget.style;