menu
flutter_chess_board package
documentation
flutter_chess_board.dart
Chess
file static method
file static method
dark_mode
light_mode
file
static method
int
file
(
int
i
)
Implementation
static int file(int i) { return i & 15; }
flutter_chess_board package
documentation
flutter_chess_board
Chess
file static method
Chess class