SingleLineDragHandle constructor

const SingleLineDragHandle({
  1. double width = 30,
  2. Key? key,
})

Implementation

const SingleLineDragHandle({this.width = 30, Key? key}) : super(key: key);