Constructor. from : from square (e.g 'd2'). to : to square (e.g 'd4'). color: color of the arrow from flutter material package (e.g Colors.green).
BoardArrow({ required this.from, required this.to, });