GSMultiImagePickerModel class

Inheritance

Constructors

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, String? cameraPopupIcon, String? galleryPopupIcon, bool? showCropper, String? cameraPopupTitle, String? galleryPopupTitle, GSImageSource? imageSource, String? hint})

Properties

cameraPopupIcon String?
getter/setter pair
cameraPopupTitle String?
getter/setter pair
defaultImagePath List<String>?
getter/setter pair
enableReadOnly bool?
getter/setter pairinherited
errorMessage String?
getter/setter pairinherited
focusNode FocusNode?
getter/setter pairinherited
galleryPopupIcon String?
getter/setter pair
galleryPopupTitle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helpMessage String?
getter/setter pairinherited
hint String?
getter/setter pair
iconWidget Widget
getter/setter pair
imageSource GSImageSource?
getter/setter pair
maximumImageCount double?
getter/setter pair
maximumSizePerImageInKB double?
getter/setter pair
nextFocusNode FocusNode?
getter/setter pairinherited
onErrorSizeItem VoidCallback?
getter/setter pair
onTap VoidCallback?
getter/setter pairinherited
postfixWidget Widget?
getter/setter pairinherited
prefixWidget Widget?
getter/setter pairinherited
required bool?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCropper bool?
getter/setter pair
showTitle bool?
getter/setter pairinherited
status GSFieldStatusEnum
getter/setter pairinherited
tag String
getter/setter pairinherited
title String?
getter/setter pairinherited
type GSFieldTypeEnum?
getter/setter pairinherited
validateRegEx RegExp?
getter/setter pairinherited
value ↔ dynamic
getter/setter pairinherited
weight int?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited