bottomLeft property

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

Implementation

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