CountUpBit constructor
const
CountUpBit({})
Implementation
const CountUpBit({
Key? key,
this.from = 0,
required this.to,
this.direction = 'up',
this.delay = 0,
this.duration = 2,
this.separator = '',
this.onStart,
this.onEnd,
this.startWhen = true,
this.style,
}) : super(key: key);