ReceiptSectionText constructor

ReceiptSectionText({
  1. int numberColumn = 1,
  2. String styleAll = '',
})

Implementation

ReceiptSectionText({
  this.numberColumn=1,
  this.styleAll = ''
});