empty constant
SvgDrawing
const empty
An empty drawing that paints nothing.
Implementation
static const SvgDrawing empty = SvgDrawing(
viewBox: ui.Rect.zero,
shapes: <SvgShape>[],
);
An empty drawing that paints nothing.
static const SvgDrawing empty = SvgDrawing(
viewBox: ui.Rect.zero,
shapes: <SvgShape>[],
);