DragBoundary constructor

const DragBoundary({
  1. required Widget child,
  2. Key? key,
})

Creates a widget that provides a boundary to its descendants.

Implementation

const DragBoundary({required super.child, super.key});