StepsController constructor

StepsController({
  1. int currentIndex = 0,
  2. bool isCompleted = false,
})

Implementation

StepsController({this.currentIndex = 0, this.isCompleted = false});