JsonTheme class

Constructors

JsonTheme({TextStyle? defaultStyle, TextStyle? bracketStyle, TextStyle? numberStyle, TextStyle? stringStyle, TextStyle? boolStyle, TextStyle? keyStyle, TextStyle? commentStyle, TextStyle? errorStyle})
JsonTheme.dark()
factory
JsonTheme.light()
factory

Properties

boolStyle TextStyle
final
bracketsStyle Map<String, TextStyle>
no setter
bracketStyle TextStyle
final
commentStyle TextStyle
final
config → HighlightConfig
no setter
defaultStyle TextStyle
final
errorStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
keyStyle TextStyle
final
keywordsStyle Map<String, TextStyle>
no setter
numberStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringStyle TextStyle
final
typeStyle Map<HighlightDataType, TextStyle>
no setter

Methods

copyWith({TextStyle? defaultStyle, TextStyle? bracketStyle, TextStyle? numberStyle, TextStyle? stringStyle, TextStyle? boolStyle, TextStyle? keyStyle, TextStyle? commentStyle, TextStyle? errorStyle}) JsonTheme
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