JSeenTheme class
Constructors
- JSeenTheme({TextStyle keyStyle = const TextStyle(color: Colors.cyan), TextStyle doubleStyle = const TextStyle(color: Colors.pinkAccent), TextStyle intStyle = const TextStyle(color: Colors.lightGreen), TextStyle boolStyle = const TextStyle(color: Colors.green), TextStyle stringStyle = const TextStyle(color: Colors.amber), TextStyle nullStyle = const TextStyle(color: Colors.redAccent), Widget closeIcon = const Icon(Icons.chevron_right, size: kIconSize), Widget openIcon = const RotatedBox(quarterTurns: 1, child: Icon(Icons.chevron_right, size: kIconSize))})
-
const
Properties
- boolStyle → TextStyle
-
Style of json Object bool values displaying
final
- closeIcon → Widget
-
This icon is shown when the object's fields are hidden
final
- doubleStyle → TextStyle
-
Style of json Object double values displaying
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- intStyle → TextStyle
-
Style of json Object int values displaying
final
- keyStyle → TextStyle
-
Style of json Object keys name displaying
final
- nullStyle → TextStyle
-
Style of json Object Null values displaying
final
- openIcon → Widget
-
This icon is shown when the object's fields are shown
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringStyle → TextStyle
-
Style of json Object String values displaying
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