menu
flutter_ludo package
documentation
controller/ludo_controller.dart
LudoPieceMovedCallback typedef
LudoPieceMovedCallback typedef
dark_mode
light_mode
LudoPieceMovedCallback
typedef
LudoPieceMovedCallback
=
void Function
(
LudoPiece
piece
,
int
from
,
int
to
)
Implementation
typedef LudoPieceMovedCallback = void Function(LudoPiece piece, int from, int to);
flutter_ludo package
documentation
controller/ludo_controller
LudoPieceMovedCallback typedef
ludo_controller library