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