TDKSwiper constructor

const TDKSwiper({
  1. Key? key,
  2. double? ratio,
  3. List<Map>? imageList,
  4. dynamic typeRedirect,
})

Implementation

const TDKSwiper({Key? key, this.ratio, this.imageList, this.typeRedirect}) : super(key: key);