shouldShowMinutes property

ShouldShowItems? shouldShowMinutes
finalinherited

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

Implementation

final ShouldShowItems? shouldShowMinutes;