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