SliderView constructor

const SliderView(
  1. SliderModel model, {
  2. Key? key,
  3. dynamic onChangeCallback,
})

Implementation

const SliderView(this.model, {super.key, this.onChangeCallback});