shouldBuildDate property

(bool Function(T currentItem)?) shouldBuildDate
final

Pass a function to override the default _shouldBuildDate

Implementation

final bool Function(T currentItem)? shouldBuildDate;