menu
wp_chessboard package
documentation
models/chess_state.dart
SquarePosition
SquarePosition.new constructor
SquarePosition.new constructor
dark_mode
light_mode
SquarePosition
constructor
SquarePosition
(
int
rank
,
int
file
)
Implementation
SquarePosition(this.rank, this.file);
wp_chessboard package
documentation
models/chess_state
SquarePosition
SquarePosition.new constructor
SquarePosition class