PgnCommentShape constructor

const PgnCommentShape({
  1. required CommentShapeColor color,
  2. required Square from,
  3. required Square to,
})

Implementation

const PgnCommentShape(
    {required this.color, required this.from, required this.to});