updateShouldNotify method

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

Whether descendant widgets should rebuild when style changes.

Implementation

@override
bool updateShouldNotify(DefaultTextStyle oldWidget) =>
    style != oldWidget.style;