DragBoundary constructor
Creates a widget that provides a boundary to its descendants.
Implementation
const DragBoundary({required super.child, super.key});
Creates a widget that provides a boundary to its descendants.
const DragBoundary({required super.child, super.key});