ChartTooltipLayer<T> constructor

const ChartTooltipLayer<T>({
  1. required ChartTooltipShape shape(),
})

Implementation

const ChartTooltipLayer({
  required this.shape,
});