menu
flutter_chess_board package
documentation
flutter_chess_board.dart
Chess
rank static method
rank static method
dark_mode
light_mode
rank
static method
int
rank
(
int
i
)
Implementation
static int rank(int i) { return i >> 4; }
flutter_chess_board package
documentation
flutter_chess_board
Chess
rank static method
Chess class