LineChart constructor
const
LineChart({})
Implementation
const LineChart({
this.color,
this.lineWidth = 2,
this.showGrid = false,
this.showLabels = true,
this.showDots = true,
this.curved = false,
this.filled = false,
this.fillOpacity = 0.3,
this.minY,
this.maxY,
String? name,
DslExpression? visible,
}) : super(name: name, visible: visible);