images property

List<String> images
final

Array of images that will be display by the lightbox

It may be paths to images in asset or from the user phone or urls for images to be fetch on the Internet Also can be base64 encoded Strings to be display as bytes

Implementation

final List<String> images;