zero constant

PdfFontMetrics const zero

Zero-sized dimensions

Implementation

static const PdfFontMetrics zero = PdfFontMetrics(
  left: 0,
  top: 0,
  right: 0,
  bottom: 0,
);