MySliderView constructor

MySliderView(
  1. List<String> imgList,
  2. double indicatorBottomPadding, {
  3. MxOnValue<int>? onTap,
})

Implementation

MySliderView(this.imgList, this.indicatorBottomPadding, {this.onTap});