LazyDataTextStyle constructor

LazyDataTextStyle({
  1. TextStyle? intStyle,
  2. TextStyle? doubleStyle,
  3. TextStyle? boolStyle,
  4. TextStyle? stringStyle,
  5. TextStyle? keyStyle,
  6. TextStyle? quoteStyle,
  7. TextStyle? supportStyle,
  8. TextStyle? nullStyle,
})

Implementation

LazyDataTextStyle(
    {this.intStyle,
    this.doubleStyle,
    this.boolStyle,
    this.stringStyle,
    this.keyStyle,
    this.quoteStyle,
    this.supportStyle,
    this.nullStyle});