KinChartGridStyle constructor

const KinChartGridStyle({
  1. bool showHorizontalLines = true,
  2. bool showVerticalLines = false,
  3. int horizontalLineCount = 4,
  4. double lineWidth = 0.5,
  5. bool dashed = false,
})

Implementation

const KinChartGridStyle({
  this.showHorizontalLines = true,
  this.showVerticalLines = false,
  this.horizontalLineCount = 4,
  this.lineWidth = 0.5,
  this.dashed = false,
});