PdfMargins constructor

PdfMargins({
  1. num top = 0,
  2. num bottom = 0,
  3. num left = 0,
  4. num right = 0,
})

Implementation

PdfMargins({this.top = 0, this.bottom = 0, this.left = 0, this.right = 0});