shouldRebuild property

bool Function(T prev, T next)? shouldRebuild
final

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;