images property
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;
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')
final List? images;