menu
chess_loloof64 package
documentation
chess_loloof64.dart
Chess
swap_color static method
swap_color static method
dark_mode
light_mode
swap_color
static method
Color
swap_color
(
Color
c
)
Swaps current turn.
Implementation
static Color swap_color(Color c) { return c == WHITE ? BLACK : WHITE; }
chess_loloof64 package
documentation
chess_loloof64
Chess
swap_color static method
Chess class