JsonRecyclerController class

Constructors

JsonRecyclerController({required bool isExpanded, bool saveClosedHistory = true, bool showStandardJson = false, Color jsonKeyColor = CrJsonColors.jsonKeyColor, Color intColor = CrJsonColors.intColor, Color doubleColor = CrJsonColors.doubleColor, Color stringColor = CrJsonColors.stringColor, Color nullColor = CrJsonColors.nullColor, Color boolColor = CrJsonColors.boolColor, Color objectColor = CrJsonColors.objectColor, Color standardJsonBackgroundColor = CrJsonColors.jsonBackgroundColor, Widget iconOpened = const Icon(Icons.arrow_drop_down), Widget iconClosed = const Icon(Icons.arrow_right), FontWeight fontWeight = FontWeight.bold, double horizontalSpaceMultiplier = 18, double verticalOffset = 4, double additionalIndentChildElements = 6, FontStyle? fontStyle})

Properties

additionalIndentChildElements double
Additional indentation for aligning child elements depending on the size of the parent icon
final
boolColor Color
final
doubleColor Color
final
fontStyle FontStyle?
final
fontWeight FontWeight
final
hashCode int
The hash code for this object.
no setterinherited
horizontalSpaceMultiplier double
final
iconClosed Widget
final
iconOpened Widget
final
intColor Color
final
isExpanded bool
getter/setter pair
jsonKeyColor Color
final
nullColor Color
final
objectColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveClosedHistory bool
final
showStandardJson bool
final
standardJsonBackgroundColor Color
final
stringColor Color
final
verticalOffset double
final

Methods

changeState() → void
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