smallest property

PdfPoint smallest

The smallest size that satisfies the constraints.

Implementation

PdfPoint get smallest => PdfPoint(constrainWidth(0), constrainHeight(0));