SmartSyntaxWidgetBaseTheme class abstract
base theme reserved for future purpose contains all the basic type of tokens common to almost all programming languages
- Implementers
Constructors
Properties
- comment → TextStyle
-
text styling for comment token
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