CarouselImages constructor
const
CarouselImages({})
Implementation
const CarouselImages({
Key? key,
required this.listImages,
required this.height,
this.onTap,
this.cachedNetworkImage: false,
this.scaleFactor = 1.0,
this.borderRadius,
this.verticalAlignment,
this.viewportFraction = 0.9,
}) : assert(scaleFactor > 0.0),
assert(scaleFactor <= 1.0),
super(key: key);