TooltipLayer constructor

TooltipLayer({
  1. required ChartTheme theme,
  2. List<String>? lines,
  3. Offset? anchor,
})

Implementation

TooltipLayer({required this.theme, this.lines, this.anchor});