FeedbackSheetDragHandle constructor

const FeedbackSheetDragHandle({
  1. Key? key,
})

Create a drag handle.

Implementation

const FeedbackSheetDragHandle({Key? key}) : super(key: key);