draw method

  1. @override
void draw(
  1. Canvas canvas,
  2. Size size,
  3. ChartState state
)
override

Draw decoration. Decoration can be foreground or background decoration that will be drawn on the chart decorations can ignore padding and can use whole available canvas to draw.

Implementation

@override
void draw(Canvas canvas, Size size, ChartState state) {
  // NOOP
}