ChartBarBeanXCell constructor

ChartBarBeanXCell({
  1. num? value,
  2. String rectTopText = '',
  3. TextStyle rectTopTextStyle = defaultTextStyle,
  4. List<SectionColor>? sectionColors,
})

Implementation

ChartBarBeanXCell(
    {this.value,
    this.rectTopText = '',
    this.rectTopTextStyle = defaultTextStyle,
    this.sectionColors});