LineSpanEdit class final

One minimal terminal edit for a single row: move the cursor to the 0-based display column and write text (which starts from a reset pen).

Constructors

LineSpanEdit({required int column, required String text})
Creates a span edit.
const

Properties

column int
0-based display column where the write starts.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The bytes to write at column. Always begins with a full attribute reset followed by the ANSI state active at that point of the line, so the write is correct regardless of the terminal's current pen.
final

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.
inherited