ArrowPainter constructor

ArrowPainter(
  1. List<ChessArrow> arrows,
  2. PlayerColor boardOrientation
)

Implementation

ArrowPainter(this.arrows, this.boardOrientation);