shouldRebuild property

(bool Function(SnapState<T>? model)?) shouldRebuild
final

Callback to determine whether this StateBuilder will rebuild or not.

Implementation

final bool Function(SnapState<T>? model)? shouldRebuild;