TableRowReorder constructor
TableRowReorder({
- required ReorderCallback onReorder,
- void onReorderStart()?,
- void onReorderEnd()?,
- ChildIndexGetter? findChildIndexCallback,
- ReorderItemProxyDecorator? proxyDecorator,
- double? autoScrollerVelocityScalar,
Implementation
TableRowReorder({
required this.onReorder,
this.onReorderStart,
this.onReorderEnd,
this.findChildIndexCallback,
this.proxyDecorator,
this.autoScrollerVelocityScalar,
});