DragHandle constructor
const
DragHandle({
- Key? key,
- required Widget child,
- bool onLeft = false,
- DragHandleVerticalAlignment verticalAlignment = DragHandleVerticalAlignment.center,
Implementation
const DragHandle({
super.key,
required this.child,
this.onLeft = false,
this.verticalAlignment = DragHandleVerticalAlignment.center,
});