allowMaxImage property

int allowMaxImage
final

The images to display from network. The maximum number of images that can be selected.

Implementation

// final List<String>? imagesFromNetwork;

/// The maximum number of images that can be selected.
final int allowMaxImage;