smallest property
PdfPoint
get
smallest
The smallest size that satisfies the constraints.
Implementation
PdfPoint get smallest => PdfPoint(constrainWidth(0), constrainHeight(0));
The smallest size that satisfies the constraints.
PdfPoint get smallest => PdfPoint(constrainWidth(0), constrainHeight(0));