GMTwoBarChart constructor

const GMTwoBarChart(
  1. List<String> chartNameList,
  2. Color chartXAxisTextColor,
  3. Color leftBarColor,
  4. Color rightBarColor,
  5. List chartY1ValuesList,
  6. List chartY2ValuesList,
  7. double maxYAxisValue, {
  8. Key? key,
})

Implementation

const GMTwoBarChart(this.chartNameList,this.chartXAxisTextColor, this.leftBarColor, this.rightBarColor, this.chartY1ValuesList, this.chartY2ValuesList,this.maxYAxisValue,{super.key});