GSImagePickerModel class

Inheritance

Constructors

GSImagePickerModel({dynamic type, dynamic tag, dynamic title, dynamic errorMessage, dynamic helpMessage, dynamic required, dynamic status, dynamic weight, dynamic showTitle, dynamic value, required Widget iconWidget, String? cameraPopupIcon, String? galleryPopupIcon, bool? showCropper, String? cameraPopupTitle, String? galleryPopupTitle, GSImageSource? imageSource, String? hint, double? maximumSizePerImageInBytes, VoidCallback? onErrorSizeItem})

Properties

cameraPopupIcon String?
getter/setter pair
cameraPopupTitle 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
maximumSizePerImageInBytes 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