BaseBannerView constructor
const
BaseBannerView({})
Implementation
const BaseBannerView(
{super.key,
required this.urls,
this.width,
this.height,
this.playDelay,
this.showPagination = true,
this.pagination,
required this.placeholder,
this.onTap});