ChartTooltip constructor
const
ChartTooltip({})
Implementation
const ChartTooltip({
super.key,
required this.theme,
required this.title,
required this.value,
this.subtitle,
this.color,
});
const ChartTooltip({
super.key,
required this.theme,
required this.title,
required this.value,
this.subtitle,
this.color,
});