Sliders constructor

const Sliders({
  1. Key? key,
  2. Map? mapValue,
  3. int? index,
})

Implementation

const Sliders({Key? key, this.mapValue, this.index}) : super(key: key);