menu
flutter_chess_board package
documentation
flutter_chess_board.dart
Move
Move.new const constructor
Move.new const constructor
dark_mode
light_mode
Move
constructor
const
Move
(
Color
color
,
int
from
,
int
to
,
int
flags
,
PieceType
piece
,
PieceType
?
captured
,
PieceType
?
promotion
,
)
Implementation
const Move(this.color, this.from, this.to, this.flags, this.piece, this.captured, this.promotion);
flutter_chess_board package
documentation
flutter_chess_board
Move
Move.new const constructor
Move class