HighlightTheme class

Constructors

HighlightTheme({TextStyle keywordStyle = const TextStyle(color: Color.fromRGBO(182, 87, 0, 1)), TextStyle commentStyle = const TextStyle(color: Colors.grey, fontStyle: FontStyle.italic), TextStyle multiLineCommentStyle = const TextStyle(color: Colors.grey, fontStyle: FontStyle.italic), TextStyle specialIdentifiersStyle = const TextStyle(color: Color.fromRGBO(160, 96, 255, 1)), TextStyle numberConstantStyle = const TextStyle(color: Colors.yellow), TextStyle stringConstantStyle = const TextStyle(color: Color.fromRGBO(80, 145, 0, 1)), TextStyle operatorStyle = const TextStyle(color: Colors.red), TextStyle specialCharacterStyle = const TextStyle(color: Colors.white), TextStyle identifierStyle = const TextStyle(color: Color.fromRGBO(0, 130, 250, 1)), TextStyle functionIdentifierStyle = const TextStyle(color: Color.fromRGBO(220, 120, 140, 1)), Color textColor = Colors.white, Color bgColor = const Color.fromRGBO(20, 20, 20, 1)})
const

Properties

backgroundColor Color
no setter
bgColor Color
final
comment TextStyle
no setter
commentStyle TextStyle
final
functionIdentifier TextStyle
no setter
functionIdentifierStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
identifier TextStyle
no setter
identifierStyle TextStyle
final
keyword TextStyle
no setter
keywordStyle TextStyle
final
multilineComment TextStyle
no setter
multiLineCommentStyle TextStyle
final
numberConstant TextStyle
no setter
numberConstantStyle TextStyle
final
operator TextStyle
no setter
operatorStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialCharacter TextStyle
no setter
specialCharacterStyle TextStyle
final
specialIdentifier TextStyle
no setter
specialIdentifiersStyle TextStyle
final
stringConstant TextStyle
no setter
stringConstantStyle TextStyle
final
textColor Color
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