topRight property

  1. @Deprecated('Use rightBottom instead')
PdfPoint get topRight

Top-right point (deprecated alias).

Implementation

@Deprecated('Use rightBottom instead')
PdfPoint get topRight => PdfPoint(right, bottom);