DigiaInlineCountdown constructor
const
DigiaInlineCountdown({
- Key? key,
- required ResolvedInlineCountdownConfig config,
- required ValueChanged<
bool> onTap, - DateTime now()?,
- Duration tickInterval = const Duration(seconds: 1),
Implementation
const DigiaInlineCountdown({
super.key,
required this.config,
required this.onTap,
this.now,
this.tickInterval = const Duration(seconds: 1),
});