shouldShowDays property

ShouldShowItems? shouldShowDays
finalinherited

This will trigger the days item will show or hide from the return value You can also show or hide based on the remaining duration e.g shouldShowDays: (duration) => duration.inDays >= 1 if null and showZeroValue is false when duration in days is zero it will return false

Implementation

final ShouldShowItems? shouldShowDays;