TermareStyle class

Constructors

TermareStyle({double fontSize = 12, Color cursorColor = Colors.grey, Color backgroundColor = Colors.black, Color defaultFontColor = Colors.white, Color? black, Color? lightBlack, Color? red, Color? lightRed, Color? green, Color? lightGreen, Color? yellow, Color? lightYellow, Color? blue, Color? lightBlue, Color? purplishRed, Color? lightPurplishRed, Color? cyan, Color? lightCyan, Color? white, Color? lightWhite})
TermareStyle.parse(String styleString)
factory

Properties

backgroundColor Color
final
black Color?
前景色30 背景色40 黑色
final
blue Color?
final
characterHeight double?
no setter
characterWidth double?
no setter
cursorColor Color
final
cyan Color?
final
defaultFontColor Color
final
fontSize double
getter/setter pair
green Color?
final
hashCode int
The hash code for this object.
no setterinherited
lightBlack Color?
final
lightBlue Color?
final
lightCyan Color?
final
lightGreen Color?
final
lightPurplishRed Color?
final
lightRed Color?
final
lightWhite Color?
final
lightYellow Color?
final
purplishRed Color?
final
red Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
white Color?
final
yellow Color?
final

Methods

copyWith({double fontSize = 12, Color? cursorColor, Color? backgroundColor, Color? defaultFontColor, Color? black, Color? lightBlack, Color? red, Color? lightRed, Color? green, Color? lightGreen, Color? yellow, Color? lightYellow, Color? blue, Color? lightBlue, Color? purplishRed, Color? lightPurplishRed, Color? cyan, Color? lightCyan, Color? white, Color? lightWhite}) TermareStyle
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.
inherited