buildWhen property

bool Function(S previous, S next)? buildWhen
final

A function that indicates whether the widget should be rebuilt.

Implementation

final bool Function(S previous, S next)? buildWhen;