DragHandle constructor

const DragHandle({
  1. Key? key,
  2. double? width,
})

Implementation

const DragHandle({Key? key, this.width}) : super(key: key);