MyAutoSliverView constructor

MyAutoSliverView(
  1. List<String> imgList,
  2. double indicatorBottomPadding, {
  3. Function? onTap,
  4. double indicatorSize = 8.0,
  5. double ratio = 2.0,
  6. ValueChanged<int>? onChange,
  7. IndexedWidgetBuilder? indicatorBuilder,
  8. double? width,
  9. bool hasAnimation = true,
})

Implementation

MyAutoSliverView(
  this.imgList,
  this.indicatorBottomPadding, {
  this.onTap,
  this.indicatorSize = 8.0,
  this.ratio = 2.0,
  this.onChange,
  this.indicatorBuilder,
  this.width,
  this.hasAnimation = true,
});