ComArrow constructor
const
ComArrow({
- Key? key,
- double? size,
- Color? color,
- ArrowDirection direction = ArrowDirection.right,
Implementation
const ComArrow({
super.key,
this.size,
this.color,
this.direction = ArrowDirection.right,
});