BannerInfo constructor

BannerInfo(
  1. String key, {
  2. required List<ImgInfo> imgList,
  3. double? height,
  4. EdgeInfo? margin,
  5. BorderInfo? borderInfo,
  6. bool? autoPlay,
  7. bool? enlargeCenterPage,
  8. Axis scrollDirection = Axis.horizontal,
  9. double viewportFraction = 0.8,
  10. bool? enableInfiniteScroll,
})

Implementation

BannerInfo(this.key,{required this.imgList,this.height,this.margin,this.borderInfo,this.autoPlay,this.enlargeCenterPage,this.scrollDirection=Axis.horizontal,this.viewportFraction=0.8,this.enableInfiniteScroll});