topLeft property

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

Implementation

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