QuizCountUpComponent constructor
const
QuizCountUpComponent({
- Key? key,
- int time = 0,
- StringEnum? prevText,
- StringEnum? nextText,
- TextStyle? style,
Implementation
const QuizCountUpComponent({
super.key,
this.time = 0,
this.prevText,
this.nextText, this.style,
});