CursorStyle class

Constructors

CursorStyle({int foreground = 0, int background = 0, int attrs = 0})

Properties

attrs ↔ int
getter/setter pair
background ↔ int
getter/setter pair
foreground ↔ int
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
no setter
isBold → bool
no setter
isFaint → bool
no setter
isInverse → bool
no setter
isInvisible → bool
no setter
isItalis → bool
no setter
isUnderline → bool
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
resetBackgroundColor() → void
resetForegroundColor() → void
setBackgroundColor16(int color) → void
setBackgroundColor256(int color) → void
setBackgroundColorRgb(int r, int g, int b) → void
setBold() → void
setFaint() → void
setForegroundColor16(int color) → void
setForegroundColor256(int color) → void
setForegroundColorRgb(int r, int g, int b) → void
setInverse() → void
setInvisible() → void
setItalic() → void
setStrikethrough() → void
setUnderline() → void
toString() → String
A string representation of this object.
inherited
unsetBold() → void
unsetFaint() → void
unsetInverse() → void
unsetInvisible() → void
unsetItalic() → void
unsetStrikethrough() → void
unsetUnderline() → void

Operators

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

Static Properties

empty → CursorStyle
final