Cell.empty constructor

Cell.empty()

Creates a cell initialized as a transparent space.

Implementation

Cell.empty() : char = ' ', style = Style.transparent;