ImageUploadView class

Inheritance

Constructors

ImageUploadView.new({Key? key, double imageWidth = 110, double imageHeight = 110, required List<UploadResultEntity> images, required String dirId, required String dirName, bool isFixedDir = false, UploadMode uploadMode = UploadMode.MULTIPLE, IPFSFileType fileType = IPFSFileType.image, ValueChanged<List<UploadResultEntity>>? valueChangedCallback, Widget? addImageWidget, bool isAllowCloud = true, int itemCount = 3, bool isCanEdit = true, String placeholder = '', int maxCount = -1, UploadBtnPosition btnPosition = UploadBtnPosition.RIGHT, ImageShape shape = ImageShape.None})

Properties

addImageWidget Widget?
添加图片的按钮
final
btnPosition UploadBtnPosition
添加图片按钮的位置
final
dirId String
final
dirName String
final
fileType IPFSFileType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageHeight double
图片高度
final
images List<UploadResultEntity>
已有的图片列表
final
imageWidth double
图片的宽度
final
isAllowCloud bool
getter/setter pair
isCanEdit bool
是否可以编辑
getter/setter pair
isFixedDir bool
getter/setter pair
itemCount int
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxCount int
getter/setter pair
placeholder String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ImageShape
图片形状
final
uploadMode UploadMode
上传模式 默认多文件上传
final
valueChangedCallback ValueChanged<List<UploadResultEntity>>?
上传成功的回调
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() ImageUploadViewState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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