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?
read / write
cameraPopupTitle String?
read / write
defaultImagePath List<String>?
read / write
defaultValue ↔ dynamic
read / writeinherited
errorMessage String?
read / writeinherited
focusNode FocusNode?
read / writeinherited
galleryPopupIcon String?
read / write
galleryPopupTitle String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
helpMessage String?
read / writeinherited
hint String?
read / write
iconWidget Widget
read / write
imageSource GSImageSource?
read / write
maximumImageCount double?
read / write
maximumSizePerImageInKB double?
read / write
nextFocusNode FocusNode?
read / writeinherited
onErrorSizeItem VoidCallback?
read / write
postfixWidget Widget?
read / writeinherited
prefixWidget Widget?
read / writeinherited
required bool?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
showCropper bool?
read / write
showTitle bool?
read / writeinherited
status GSFieldStatusEnum
read / writeinherited
tag String
read / writeinherited
title String?
read / writeinherited
type GSFieldTypeEnum?
read / writeinherited
validateRegEx RegExp?
read / writeinherited
weight int?
read / writeinherited

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