SectionTextModel constructor

const SectionTextModel({
  1. int position = -1,
  2. String text = '',
  3. Color progressColor = Colors.transparent,
})

Implementation

const SectionTextModel(
    {this.position = -1,
    this.text = '',
    this.progressColor = Colors.transparent});