VUploadWithDragSortView class

Inheritance

Constructors

VUploadWithDragSortView.new(List<ImageBean> data, {Key? key, double? width, double space = 5, EdgeInsets padding = EdgeInsets.zero, EdgeInsets margin = EdgeInsets.zero, Widget? addBuilder, OnDragListener? onDragListener, String? imgCacheKey, int dragEffect = 2, int totalCount = 9, double radius = 10, int columnCounts = 3, bool onlyPreview = false, BorderRadius? itemBorderRadius, OnClick2AddPic? addClickListener, OnSelectListener? onSelectListener, OnDelItemData? onDelListener, V2UploadIndicator? indicatorWidget, String? themeColor, RequestType? requestType, String? language})

Properties

addBuilder Widget?
final
addClickListener OnClick2AddPic?
final
columnCounts int
final
data List<ImageBean>
getter/setter pair
dragEffect int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imgCacheKey String?
final
indicatorWidget V2UploadIndicator?
demo:(int currentIndex, int total) { return Container( height: 60, color: Colors.white, child: Text("======$currentIndex==$total=="), ); }
final
itemBgColor Color
final
itemBorderRadius BorderRadius?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
language String?
final
margin EdgeInsets
View margin.
final
onDelListener OnDelItemData?
final
onDragListener OnDragListener?
On drag listener.
final
onlyPreview bool
final
onSelectListener OnSelectListener?
final
padding EdgeInsets
View padding.
final
radius double
final
requestType RequestType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space double
final
themeColor String?
final
totalCount int
getter/setter pair
width double?
final

Methods

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