ReceiptTextTable constructor

ReceiptTextTable(
  1. List<RowTextTable> rows, {
  2. String styleTable = '',
})

Implementation

ReceiptTextTable(this.rows, {this.styleTable = ''});