MokCarouselBanner constructor
MokCarouselBanner({
- Key? key,
- double? height = 250.0,
- EdgeInsets? padding = const EdgeInsets.all(0),
- EdgeInsets? margin = const EdgeInsets.all(0),
- BoxFit? scaleType = BoxFit.fill,
Implementation
MokCarouselBanner({
super.key,
this.height = 250.0,
this.padding = const EdgeInsets.all(0),
this.margin = const EdgeInsets.all(0),
this.scaleType = BoxFit.fill,
});