bottomLeft property

  1. @Deprecated('Use leftTop instead')
PdfPoint get bottomLeft

Bottom-left point (deprecated alias).

Implementation

@Deprecated('Use leftTop instead')
PdfPoint get bottomLeft => PdfPoint(left, top);