paint abstract method
void
paint(
- Canvas canvas,
- Size size,
- EpochToX epochToX,
- QuoteToY quoteToY,
- AnimationInfo animationInfo,
- ChartConfig chartConfig,
- ChartTheme chartTheme,
- GetDrawingState getDrawingState,
override
Paints the drawing tool on the chart.
Whatever that is painted here it will be in the chart's excluding Y-axis area.
Implementation
@override
void paint(
Canvas canvas,
Size size,
EpochToX epochToX,
QuoteToY quoteToY,
AnimationInfo animationInfo,
ChartConfig chartConfig,
ChartTheme chartTheme,
// TODO(NA): remove this and use instance state getter directly.
GetDrawingState getDrawingState,
);