expireDuration property

Duration? expireDuration
final

The max duration that should mark countdown as done, If not null, format will return this as duration when timeUp. default to Duration.zero

Implementation

final Duration? expireDuration;