buildWhen property

(bool Function(V previous, V current)?) buildWhen
final

Implementation

final bool Function(V previous, V current)? buildWhen;