ChartLineSettings constructor

const ChartLineSettings({
  1. required Color color,
  2. required double thickness,
})

Implementation

const ChartLineSettings({
  required this.color,
  required this.thickness,
});