topRight property
Top-right point (deprecated alias).
Implementation
@Deprecated('Use rightBottom instead')
PdfPoint get topRight => PdfPoint(right, bottom);
Top-right point (deprecated alias).
@Deprecated('Use rightBottom instead')
PdfPoint get topRight => PdfPoint(right, bottom);