DoubleArrow constructor
DoubleArrow({})
Implementation
DoubleArrow(
{Vector3 start = ORIGIN,
Vector3 end = RIGHT,
double buff = MED_SMALL_BUFFER,
double? pathArc,
Color color = WHITE})
: super(
start: start,
end: end,
buff: buff,
pathArc: pathArc,
color: color,
) {
addTip(side: TIP_AT_START);
}