CountDownText constructor
CountDownText({})
Implementation
CountDownText(
{Key? key,
required this.due,
required this.finishedText,
this.longDateName = false,
this.style,
this.showLabel = false})
: super(key: key);