updateShouldNotify method

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

Implementation

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