TooltipLayer constructor
TooltipLayer({
- required ChartTheme theme,
- List<
String> ? lines, - Offset? anchor,
Implementation
TooltipLayer({required this.theme, this.lines, this.anchor});