images property

List<ImageProvider<Object>> images
final

List of images to display in the slider

Must contain at least one image. If empty, an assertion error will be thrown.

Implementation

final List<ImageProvider> images;