ChartBarBeanXCell constructor
ChartBarBeanXCell({
- num? value,
- String rectTopText = '',
- TextStyle rectTopTextStyle = defaultTextStyle,
- List<
SectionColor> ? sectionColors,
Implementation
ChartBarBeanXCell(
{this.value,
this.rectTopText = '',
this.rectTopTextStyle = defaultTextStyle,
this.sectionColors});