Constructor Cell
Cell(Attribute?, bool, Rune)
Represents a single row/column in a Terminal.Gui rendering surface (e.g. LineCanvas and ConsoleDriver).
public Cell(Attribute? Attribute = null, bool IsDirty = false, Rune Rune = default)
Represents a single row/column in a Terminal.Gui rendering surface (e.g. LineCanvas and ConsoleDriver).
public Cell(Attribute? Attribute = null, bool IsDirty = false, Rune Rune = default)