SliderView constructor

SliderView(
  1. SliderModel model, {
  2. dynamic onChangeCallback,
})

Implementation

SliderView(this.model, {this.onChangeCallback});