VUploadWithDragSortView constructor
VUploadWithDragSortView(
- 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,
Implementation
VUploadWithDragSortView(this.data,
{Key? key,
this.width,
this.space = 5,
this.padding = EdgeInsets.zero,
this.margin = EdgeInsets.zero,
this.addBuilder,
this.onDragListener,
// required this.getItemData,
this.imgCacheKey,
this.dragEffect = 2,
this.totalCount = 9,
this.radius = 10,
this.columnCounts = 3,
this.onlyPreview = false,
this.itemBorderRadius,
this.addClickListener,
this.onSelectListener,
this.onDelListener,
this.indicatorWidget,
this.themeColor,
this.requestType,this.language})
: super(key: key);