InsanichessSettings constructor

const InsanichessSettings({
  1. required InsanichessOtbSettings otb,
  2. required InsanichessLiveGameSettings live,
  3. required bool showZoomOutButtonOnLeft,
  4. required bool showLegalMoves,
})

Creates new InsanichessSettings object.

Implementation

const InsanichessSettings({
  required this.otb,
  required this.live,
  required this.showZoomOutButtonOnLeft,
  required this.showLegalMoves,
});