DragOptions constructor
DragOptions({})
Implementation
DragOptions(
{required this.onMaxSize,
required this.onMinSize,
required this.maxSize,
required this.minSize,
required this.isDraggable,
required this.initialSize,
required this.expand,
required this.snap,
required this.showDragHandle,
required this.snapSizes});