InsanichessGameSettings constructor
- {required bool allowUndo,
- required bool alwaysPromoteToQueen,
- required AutoZoomOutOnMoveBehaviour autoZoomOutOnMove}
Constructs new InsanichessGameSettings
object with allowUndo and
alwaysPromoteToQueen.
Implementation
const InsanichessGameSettings({
required this.allowUndo,
required this.alwaysPromoteToQueen,
required this.autoZoomOutOnMove,
});