CustomTheme class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
create({required Color color, required Color backgroundColor, TextStyle? keyword, TextStyle? operator, TextStyle? function, TextStyle? funtionParams, TextStyle? funtionParamsTyping, TextStyle? quote, TextStyle? constructorString, TextStyle? doctag, TextStyle? formula, TextStyle? section, TextStyle? name, TextStyle? selectorTag, TextStyle? deletion, TextStyle? literal, TextStyle? string, TextStyle? regexp, TextStyle? attribute, TextStyle? addition, TextStyle? metaString, TextStyle? builtIn, TextStyle? variable, TextStyle? patternMatch, TextStyle? patternMatchConstructor, TextStyle? moduleAccessModule, TextStyle? subst, TextStyle? titleClass, TextStyle? classTitle, TextStyle? attr, TextStyle? templateVariable, TextStyle? type, TextStyle? selectorClass, TextStyle? selectorAttr, TextStyle? selectorPseudo, TextStyle? number, TextStyle? symbol, TextStyle? bullet, TextStyle? link, TextStyle? meta, TextStyle? selectorId, TextStyle? title})
→ Map<String, TextStyle>
-
Create a custom theme for code_forge instead of using prebuilt ones from the re_highlight package.