fill property
({void Function([CanvasFillRule? fillRule]) $1, void Function(Path2D path, [CanvasFillRule? fillRule]) $2})
get
fill
Overload accessor: $1, $2
Implementation
({
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fill)
void Function([_i3.CanvasFillRule? fillRule]) $1,
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fill)
void Function(
_i3.Path2D path, [
_i3.CanvasFillRule? fillRule,
]) $2,
}) get fill => (
$1: _fill$1,
$2: _fill$2,
);