smallest property

PdfPoint get smallest

The smallest size that satisfies the constraints.

Implementation

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