Cell class
A single terminal cell: one printable character and its Style.
The renderer compares cells by value, so changing only the style of a cell repaints just that cell.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override