SyntaxTheme class

Constructors

SyntaxTheme({TextStyle? baseStyle, TextStyle? numberStyle, TextStyle? commentStyle, TextStyle? keywordStyle, TextStyle? stringStyle, TextStyle? punctuationStyle, TextStyle? classStyle, TextStyle? constantStyle, Color? linesCountColor, Color? backgroundColor, Color? zoomIconColor})

Properties

backgroundColor Color?
getter/setter pair
baseStyle TextStyle?
getter/setter pair
classStyle TextStyle?
getter/setter pair
commentStyle TextStyle?
getter/setter pair
constantStyle TextStyle?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keywordStyle TextStyle?
getter/setter pair
linesCountColor Color?
getter/setter pair
numberStyle TextStyle?
getter/setter pair
punctuationStyle TextStyle?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringStyle TextStyle?
getter/setter pair
zoomIconColor Color?
getter/setter pair

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