CustomDragArea constructor
const
CustomDragArea({})
Implementation
const CustomDragArea({
super.key,
required this.child,
required this.enableDoubleClickMaximize,
required this.draggable,
this.onToggleMaximize,
});