AnySyntaxHighlighterBaseTheme class abstract

base theme reserved for future purpose contains all the basic type of tokens common to almost all programming languages

Implementers

Constructors

AnySyntaxHighlighterBaseTheme({required TextStyle comment, required TextStyle keyword, required TextStyle identifier, required TextStyle function, required TextStyle number, required TextStyle string, required TextStyle operator, required TextStyle separator, required Decoration decoration})
const

Properties

comment TextStyle
text styling for comment token
final
decoration Decoration
background decoration to be passed to a Container widget boxDecoration renamed to decoration since v0.0.12
final
function TextStyle
text styling for function token
final
hashCode int
The hash code for this object.
no setterinherited
identifier TextStyle
text styling for identifier token
final
keyword TextStyle
text styling for keyword token
final
number TextStyle
text styling for number token
final
operator TextStyle
text styling for operator token
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separator TextStyle
text styling for separator token
final
string TextStyle
text styling for string token
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