bottomRight property
Bottom-right point (deprecated alias).
Implementation
@Deprecated('Use rightTop instead')
PdfPoint get bottomRight => PdfPoint(right, top);
Bottom-right point (deprecated alias).
@Deprecated('Use rightTop instead')
PdfPoint get bottomRight => PdfPoint(right, top);