QuizCountUpComponent constructor

const QuizCountUpComponent({
  1. Key? key,
  2. int time = 0,
  3. StringEnum? prevText,
  4. StringEnum? nextText,
  5. TextStyle? style,
})

Implementation

const QuizCountUpComponent({
  super.key,
  this.time = 0,
  this.prevText,
  this.nextText, this.style,
});