LazyDataTheme class

Constructors

LazyDataTheme.new({Color? intColor, Color? doubleColor, Color? boolColor, Color? stringColor, Color? keyColor, Color? nullColor, Color? quoteColor, Color? supportColor, double? fontSize, double? iconSize, int? indent, Color? lineColor, Color? backgroundColor})

Properties

backgroundColor Color?
getter/setter pair
boolColor Color?
getter/setter pair
doubleColor Color?
getter/setter pair
fontSize double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconSize double?
getter/setter pair
indent int?
getter/setter pair
intColor Color?
getter/setter pair
keyColor Color?
getter/setter pair
lineColor Color?
getter/setter pair
nullColor Color?
getter/setter pair
quoteColor Color?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringColor Color?
getter/setter pair
supportColor Color?
getter/setter pair

Methods

copyWith({Color? intColor, Color? doubleColor, Color? boolColor, Color? stringColor, Color? keyColor, Color? nullColor, Color? quoteColor, Color? supportColor, double? fontSize, double? iconSize, int? indent, Color? backgroundColor, Color? lineColor}) LazyDataTheme
from(LazyDataTheme? theme) LazyDataTheme
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

Static Methods

dark() LazyDataTheme
light() LazyDataTheme