ArrowShape constructor
ArrowShape({})
Implementation
ArrowShape({
super.location,
super.length = 150,
super.width = 4,
super.color,
super.zIndex,
super.style = PaintingStyle.stroke,
super.reactSize,
});