ChartIndicator constructor
const
ChartIndicator({})
Implementation
const ChartIndicator({
super.key,
required this.color,
required this.text,
required this.isSquare,
this.size = 14,
this.textColor,
});
const ChartIndicator({
super.key,
required this.color,
required this.text,
required this.isSquare,
this.size = 14,
this.textColor,
});