allowMaxImage property
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;
The images to display from network. The maximum number of images that can be selected.
// final List<String>? imagesFromNetwork;
/// The maximum number of images that can be selected.
final int allowMaxImage;