empty constant

SvgDrawing const empty

An empty drawing that paints nothing.

Implementation

static const SvgDrawing empty = SvgDrawing(
  viewBox: ui.Rect.zero,
  shapes: <SvgShape>[],
);