pixel constant

Unit const pixel

A unit of length equal to 1/72 [INCH] (standard name pixel).

It is the American point rounded to an even 1/72 inch.

Implementation

static const Unit pixel =
    TransformedUnit(NonSI.inch, RationalConverter._(RationalNumber._(1, 72)));