PdfTableElement constructor

const PdfTableElement({
  1. String? visibleIfKey,
  2. required String dataSourceKey,
  3. required Map<String, String> columns,
  4. PdfTableBorderStyle borderStyle,
})

Implementation

const factory PdfTableElement(
    {final String? visibleIfKey,
    required final String dataSourceKey,
    required final Map<String, String> columns,
    final PdfTableBorderStyle borderStyle}) = _$PdfTableElementImpl;