GSMultiImagePickerModel constructor
GSMultiImagePickerModel(- {dynamic type,
- dynamic tag,
- dynamic title,
- dynamic errorMessage,
- dynamic helpMessage,
- dynamic required,
- dynamic status,
- dynamic weight,
- dynamic showTitle,
- required Widget iconWidget,
- double? maximumImageCount,
- VoidCallback? onErrorSizeItem,
- double? maximumSizePerImageInKB,
- List<String>? defaultImagePath,
- bool? showCropper,
- GSImageSource? imageSource,
- String? hint}
)
Implementation
GSMultiImagePickerModel({
type,
tag,
title,
errorMessage,
helpMessage,
required,
status,
weight,
showTitle,
required this.iconWidget,
this.maximumImageCount,
this.onErrorSizeItem,
this.maximumSizePerImageInKB,
this.defaultImagePath,
this.cameraPopupIcon,
this.galleryPopupIcon,
this.showCropper,
this.cameraPopupTitle,
this.galleryPopupTitle,
this.imageSource,
this.hint,
}) : super(
type: type,
tag: tag,
title: title,
errorMessage: errorMessage,
helpMessage: helpMessage,
required: required,
status: status,
weight: weight,
showTitle: showTitle,
);