IndexBarDragDetails constructor

IndexBarDragDetails({
  1. int? action,
  2. int? index,
  3. String? tag,
  4. double? localPositionY,
  5. double? globalPositionY,
})

Implementation

IndexBarDragDetails({
  this.action,
  this.index,
  this.tag,
  this.localPositionY,
  this.globalPositionY,
});