MBanner constructor

const MBanner(
  1. List<String> data, {
  2. double? width,
  3. double? height,
  4. BorderRadius? borderRadius,
  5. SwiperOnTap? onTap,
  6. Key? key,
})

Implementation

const MBanner(this.data,
    {this.width, this.height, this.borderRadius, this.onTap, super.key});