ChartPyramid constructor
const
ChartPyramid({
- Key? key,
- List<
ChartLineData> data = const [], - double? height,
- TextStyle labelStyle = const TextStyle(color: Color(0xff263641), fontSize: 12),
Implementation
const ChartPyramid({
super.key,
this.data = const [],
this.height,
this.labelStyle = const TextStyle(color: Color(0xff263641), fontSize: 12),
});