PgnCommentShape constructor
const
PgnCommentShape({
- required CommentShapeColor color,
- required Square from,
- required Square to,
Implementation
const PgnCommentShape(
{required this.color, required this.from, required this.to});