ChartDecorationRenderer<T> constructor

ChartDecorationRenderer<T>(
  1. ChartState<T?> chartState,
  2. DecorationPainter decorationPainter, {
  3. Key? key,
})

Implementation

ChartDecorationRenderer(this.chartState, this.decorationPainter, {Key? key})
    : super(key: key);