BallsIndicators constructor

const BallsIndicators({
  1. int? index,
  2. String? title,
  3. bool? isActive,
  4. bool? isComplete,
  5. Key? key,
})

Implementation

const BallsIndicators(
    {this.index, this.title, this.isActive, this.isComplete, Key? key})
    : super(key: key);