shouldRebuild property
Used by providers to determine whether dependents needs to be updated when the value exposed changes
Implementation
final bool Function(T prev, T next)? shouldRebuild;
Used by providers to determine whether dependents needs to be updated when the value exposed changes
final bool Function(T prev, T next)? shouldRebuild;