DragBean constructor

DragBean({
  1. int index = 0,
  2. bool selected = false,
  3. String tag = "",
  4. AssetType? type,
  5. int pathType = 0,
  6. String? demoPath,
  7. String? preViewDemo,
})

Implementation

DragBean({this.index = 0, this.selected = false, this.tag = "", this.type, this.pathType = 0, this.demoPath, this.preViewDemo});