bottomRight property

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

Implementation

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