InvoiceSectionBuilder typedef

InvoiceSectionBuilder = List<Widget> Function(InvoiceRenderContext context)

Builds custom widgets before or after a template's item table.

Implementation

typedef InvoiceSectionBuilder =
    List<pw.Widget> Function(InvoiceRenderContext context);