draw abstract method

void draw(
  1. Canvas canvas,
  2. Size size,
  3. DrafterThemeColors theme,
  4. double progress,
)

Draws the chart. progress is the entrance reveal in 0..1 (1 = fully drawn).

Implementation

void draw(
  Canvas canvas,
  Size size,
  DrafterThemeColors theme,
  double progress,
);