Dragger constructor

const Dragger({
  1. Color? color,
  2. Key? key,
})

Creates a Dragger widget with an optional color.

Implementation

const Dragger({this.color, super.key});