JsonViewerThemeData class

Constructors

JsonViewerThemeData({required double levelOffset, required Color iconColor, required double iconSize, required TextStyle keyTextStyle, required TextStyle nullValueKeyTextStyle, required TextStyle nullValueTextStyle, required TextStyle intValueTextStyle, required TextStyle stringValueTextStyle, required TextStyle boolValueTextStyle, required TextStyle doubleValueTextStyle, required TextStyle arrayValueTextStyle, required TextStyle objectValueTextStyle})

Properties

arrayValueTextStyle TextStyle
final
boolValueTextStyle TextStyle
final
doubleValueTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setteroverride
iconColor Color
final
iconSize double
final
intValueTextStyle TextStyle
final
keyTextStyle TextStyle
final
levelOffset double
final
nullValueKeyTextStyle TextStyle
final
nullValueTextStyle TextStyle
final
objectValueTextStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValueTextStyle TextStyle
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.
override