bottomRight property

  1. @Deprecated('Use rightTop instead')
PdfPoint get bottomRight

Bottom-right point (deprecated alias).

Implementation

@Deprecated('Use rightTop instead')
PdfPoint get bottomRight => PdfPoint(right, top);