menu
editable_chess_board package
documentation
square.dart
Square
xAxis property
xAxis property
dark_mode
light_mode
xAxis
property
int
get
xAxis
Implementation
int get xAxis { final i = file.codeUnitAt(0) - 97; return i; }
editable_chess_board package
documentation
square
Square
xAxis property
Square class