NiceDragIndicator constructor
const
NiceDragIndicator({
- Key? key,
- required NiceDragIndicatorPosition position,
- Color? color,
- double thickness = 2,
- bool animated = true,
Implementation
const NiceDragIndicator({
super.key,
required this.position,
this.color,
this.thickness = 2,
this.animated = true,
});