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})
-
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