updateShouldNotify method

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

Whether descendants should rebuild when data changes.

Implementation

@override
/// Whether descendants should rebuild when [data] changes.
bool updateShouldNotify(M3EInheritedTheme oldWidget) =>
    data != oldWidget.data;