toPdfWidget method

Divider toPdfWidget()

Converts the Divider to a pw.Divider.

Implementation

pw.Divider toPdfWidget() => pw.Divider(
      height: height,
      thickness: thickness,
      indent: indent,
      endIndent: endIndent,
      color: color?.toPdfColor(),
    );