Cell class final
A buffer cell which can be styled and contain a single character.
- Annotations
Constructors
Properties
Methods
-
copyWith(
{String? symbol, Style? style}) → Cell -
Returns a copy of this cell with the given
symbol
andstyle
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override