LazyDataTheme constructor

LazyDataTheme({
  1. Color? intColor,
  2. Color? doubleColor,
  3. Color? boolColor,
  4. Color? stringColor,
  5. Color? keyColor,
  6. Color? nullColor,
  7. Color? quoteColor,
  8. Color? supportColor,
  9. double? fontSize,
  10. double? iconSize,
  11. int? indent,
  12. Color? lineColor,
  13. Color? backgroundColor,
})

Implementation

LazyDataTheme(
    {this.intColor,
    this.doubleColor,
    this.boolColor,
    this.stringColor,
    this.keyColor,
    this.nullColor,
    this.quoteColor,
    this.supportColor,
    this.fontSize,
    this.iconSize,
    this.indent,
    this.lineColor,
    this.backgroundColor});