ChartGridSettingsAxis constructor

const ChartGridSettingsAxis({
  1. required Color color,
  2. required double frequency,
  3. required double max,
  4. required double min,
  5. double thickness = 1.0,
})

Implementation

const ChartGridSettingsAxis({
  required this.color,
  required this.frequency,
  required this.max,
  required this.min,
  this.thickness = 1.0,
});