topLeft property

  1. @Deprecated('Use leftBottom instead')
PdfPoint get topLeft

Top-left point (deprecated alias).

Implementation

@Deprecated('Use leftBottom instead')
PdfPoint get topLeft => PdfPoint(left, bottom);