TableRowReorder constructor

TableRowReorder({
  1. required ReorderCallback onReorder,
  2. void onReorderStart(
    1. int
    )?,
  3. void onReorderEnd(
    1. int
    )?,
  4. ChildIndexGetter? findChildIndexCallback,
  5. ReorderItemProxyDecorator? proxyDecorator,
  6. double? autoScrollerVelocityScalar,
})

Implementation

TableRowReorder({
  required this.onReorder,
  this.onReorderStart,
  this.onReorderEnd,
  this.findChildIndexCallback,
  this.proxyDecorator,
  this.autoScrollerVelocityScalar,
});