const SWLineChart({ Key? key, required this.y, required this.x, this.y2, this.x2, this.lineBarsData, }) : super(key: key);