LazyDataConfigs constructor

const LazyDataConfigs({
  1. int? indent = 16,
  2. double? keyMaxWidth = 1000,
  3. double? iconSize = 20,
  4. double? valueMaxWidth = 2000,
  5. int? valueMaxLine = 2,
  6. int? keyMaxLine = 1,
})

Implementation

const LazyDataConfigs(
    {this.indent=16,
    this.keyMaxWidth=1000,
    this.iconSize=20,
    this.valueMaxWidth=2000,
    this.valueMaxLine=2,
    this.keyMaxLine=1});