toPdfEdgeInsets method

EdgeInsets toPdfEdgeInsets()

Implementation

pw.EdgeInsets toPdfEdgeInsets() => pw.EdgeInsets.only(
      left: left,
      top: top,
      right: right,
      bottom: bottom,
    );