Sliders constructor

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

Implementation

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