ChessItem.blank constructor

ChessItem.blank({
  1. ChessPos? position,
})

constructor a blank item

Implementation

ChessItem.blank({ChessPos? position})
    : this(chessBlankCode, position: position);