topRight property

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

Implementation

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