menu
editable_chess_board package
documentation
square.dart
Square
yAxis property
yAxis property
dark_mode
light_mode
yAxis
property
int
get
yAxis
Implementation
int get yAxis { final i = int.parse(rank) - 1; return 7 - i; }
editable_chess_board package
documentation
square
Square
yAxis property
Square class