menu
flutter_stateless_chessboard package
documentation
widgets/ui_square.dart
UISquare
UISquare constructor
UISquare constructor
dark_mode
light_mode
UISquare
constructor
UISquare
(
{
required
Square
square
,
required
void
onClick
(
HalfMove
move
),
required
void
onDrop
(
ShortMove
move
),
Color
?
highlight
,
})
Implementation
UISquare({ required this.square, required this.onClick, required this.onDrop, this.highlight, });
flutter_stateless_chessboard package
documentation
widgets/ui_square
UISquare
UISquare constructor
UISquare class