NiceDragHandle constructor

const NiceDragHandle({
  1. Key? key,
  2. Color? color,
  3. double size = 24,
  4. VoidCallback? onTap,
})

Implementation

const NiceDragHandle({
  super.key,
  this.color,
  this.size = 24,
  this.onTap,
});