Cursor class

Constructors

Cursor()

Properties

hashCode int
The hash code for this object.
no setterinherited
position CursorPosition
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hide() → void
move(int column, int row) → void
moveDown([int times = 1]) → void
moveLeft([int times = 1]) → void
moveRight([int times = 1]) → void
moveUp([int times = 1]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore() → void
save() → void
show() → void
toString() String
A string representation of this object.
inherited
write(String text) → void
writeAt(int column, int row, String text) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited