shouldBuildDate property
Pass a function to override the default _shouldBuildDate
Implementation
final bool Function(T currentItem)? shouldBuildDate;
Pass a function to override the default _shouldBuildDate
final bool Function(T currentItem)? shouldBuildDate;