BarBean constructor
BarBean({})
create BrnBarBean
Implementation
BarBean(
{this.name,
this.xTitleStyle,
this.isDrawX = false,
this.lineWidth = 2,
this.pointRadius = 0,
this.isCurve = false,
this.points,
this.lineColor = Colors.purple,
this.colors,
this.placehoderImageBreak = true,
this.placehoderImage});