BaseBannerView constructor
const
BaseBannerView({
- Key? key,
- required List<
String> urls, - double? width,
- double? height,
- int? playDelay,
- double? scale,
- BaseSwiperLayout layout = BaseSwiperLayout.DEFAULT,
- double viewportFraction = 1.0,
- bool showPagination = true,
- BaseSwiperPlugin? pagination,
- required Widget placeholder,
- ValueChanged<
int> ? onTap,
Implementation
const BaseBannerView(
{super.key,
required this.urls,
this.width,
this.height,
this.playDelay,
this.scale,
this.layout = BaseSwiperLayout.DEFAULT,
this.viewportFraction = 1.0,
this.showPagination = true,
this.pagination,
required this.placeholder,
this.onTap});