PdfRect.fromLTRB constructor
Creates a rectangle from left, bottom, right, top (deprecated).
Implementation
@Deprecated('Use PdfRect.fromLBRT instead')
factory PdfRect.fromLTRB(
double left, double bottom, double right, double top) = PdfRect.fromLBRT;