StepperText constructor

StepperText(
  1. String text, {
  2. TextStyle? textStyle,
})

Implementation

StepperText(this.text, {this.textStyle});