paint method
void
paint(
- ChartCanvas canvas,
- Rectangle<
num> bounds, { - List<
int> ? dashPattern, - Color? fillColor,
- FillPatternType? fillPattern,
- Color? strokeColor,
- double? strokeWidthPx,
Implementation
@override
void paint(common.ChartCanvas canvas, Rectangle<num> bounds,
{List<int>? dashPattern,
common.Color? fillColor,
common.FillPatternType? fillPattern,
common.Color? strokeColor,
double? strokeWidthPx}) {
// Intentionally ignored (never called).
}