topLeft property
Top-left point (deprecated alias).
Implementation
@Deprecated('Use leftBottom instead')
PdfPoint get topLeft => PdfPoint(left, bottom);
Top-left point (deprecated alias).
@Deprecated('Use leftBottom instead')
PdfPoint get topLeft => PdfPoint(left, bottom);