menu
cchess package
documentation
cchess.dart
ChessPos
ChessPos.tlOrigin constructor
ChessPos.tlOrigin constructor
dark_mode
light_mode
ChessPos.tlOrigin
constructor
ChessPos.tlOrigin
(
int
x
,
int
y
)
constructor pos by x and flipped y
Implementation
ChessPos.tlOrigin(this.x, int y) : y = 9 - y;
cchess package
documentation
cchess
ChessPos
ChessPos.tlOrigin constructor
ChessPos class