ChessBoardInterface({this.fen, this.timeLimit}) { initFEN(fen ?? initialFENState); if (timeLimit != null) switchTimer(); }