NiceDragHandle constructor
const
NiceDragHandle({
- Key? key,
- Color? color,
- double size = 24,
- VoidCallback? onTap,
Implementation
const NiceDragHandle({
super.key,
this.color,
this.size = 24,
this.onTap,
});