AxisConfig constructor

const AxisConfig({
  1. Color? color,
  2. double? unitSize,
  3. bool? includeTicks,
  4. double? tickSize,
  5. double? tickFrequency,
  6. double? leftmostTick,
  7. List<double>? numbersWithElongatedTicks,
  8. bool? includeNumbers,
  9. dynamic numbersToShow,
  10. double? longTickMultiple,
  11. double? numberAtCenter,
  12. double? numberScaleVal,
  13. Vector3? labelDirection,
  14. double? lineToNumberBuff,
  15. bool? includeTip,
  16. double? tipWidth,
  17. double? tipHeight,
  18. dynamic decimalNumberConfig,
  19. bool? excludeZeroFromDefaultNumbers,
  20. double? strokeWidth,
})

Implementation

const AxisConfig({
  this.color,
  this.unitSize,
  this.includeTicks,
  this.tickSize,
  this.tickFrequency,
  this.leftmostTick,
  this.numbersWithElongatedTicks,
  this.includeNumbers,
  this.numbersToShow,
  this.longTickMultiple,
  this.numberAtCenter,
  this.numberScaleVal,
  this.labelDirection,
  this.lineToNumberBuff,
  this.includeTip,
  this.tipWidth,
  this.tipHeight,
  this.decimalNumberConfig,
  this.excludeZeroFromDefaultNumbers,
  this.strokeWidth,
});