ChartIndicator constructor
const
ChartIndicator({})
Implementation
const ChartIndicator({
super.key,
required this.indicatorHeight,
required this.indicatorWidth,
required this.color,
required this.value,
required this.label,
this.isInteger = true,
});