notifyUpdate property

bool Function(InheritedSolidProvider<T> oldWidget)? notifyUpdate
final

Whether to notify the update of the provider, defaults to false.

Implementation

final bool Function(InheritedSolidProvider<T> oldWidget)? notifyUpdate;