ChartLineStyle constructor

ChartLineStyle({
  1. String color = 'grey',
  2. double width = 1.0,
})

Implementation

ChartLineStyle({this.color = 'grey', this.width = 1.0});