buildWhen property
A function that indicates whether the widget should be rebuilt.
Implementation
final bool Function(S previous, S next)? buildWhen;
A function that indicates whether the widget should be rebuilt.
final bool Function(S previous, S next)? buildWhen;