drawDot method
Paints a dot using customized FlDotPainter
Paints a customized dot using FlDotPainter at the spot
's position,
with the offset
Implementation
void drawDot(FlDotPainter painter, AFlSpot spot, Offset offset) {
painter.draw(canvas, spot, offset);
}