MultipleImageView class

多图片上传

Inheritance

Constructors

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

Properties

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

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() MultipleImageViewState
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