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