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