NiceDraggable<T> constructor
const
NiceDraggable<T> ({})
Implementation
const NiceDraggable({
super.key,
required this.items,
required this.itemBuilder,
required this.onReorder,
this.header,
this.itemExtent,
});