Arrow constructor
Arrow({
- required SquareLocation from,
- required SquareLocation to,
- Color color = Colors.green,
Implementation
Arrow({required this.from, required this.to, this.color = Colors.green});