TKeyValueTheme class

Implementers

Constructors

TKeyValueTheme({TextStyle? keyStyle, TextStyle? labelStyle, TextStyle? valueStyle, double gridSpacing = 0, double minGridColWidth = 110, bool forceKeyValue = false, double keyValueBreakPoint = 350})
const

Properties

forceKeyValue bool
final
gridSpacing double
final
hashCode int
The hash code for this object.
no setterinherited
keyStyle TextStyle?
final
keyValueBreakPoint double
final
labelStyle TextStyle?
final
minGridColWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueStyle TextStyle?
final

Methods

getKeyStyle(ColorScheme colors) TextStyle
getLabelStyle(ColorScheme colors) TextStyle
getValueStyle(ColorScheme colors) TextStyle
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