images property

List? images
final

All list of images on this Carousel Provide The Image whether it's from Netowrk or local Assets. Implement NetworkImage('imageUrl'), AssetImage('assets/image.png')

Implementation

final List? images;