buildWhen property Null safety

(bool Function?(Object? prev, Object? next)?) buildWhen
final

Implementation

final bool Function(Object? prev, Object? next)? buildWhen;