SheetLabels constructor
const
SheetLabels({
- required String document,
- String from = 'From',
- String to = 'To',
- String number = 'Number',
- String date = 'Date',
- String extra = 'Reference',
- String subject = 'Subject',
- String notes = 'Notes',
- String subtotal = 'Subtotal',
- String tax = 'Tax',
- String total = 'Total',
- String presentedTo = 'Presented to',
- List<
String> columns = const <String>['Description', 'Detail', 'Amount'],
SheetLabels API.
Implementation
const SheetLabels({
required this.document,
this.from = 'From',
this.to = 'To',
this.number = 'Number',
this.date = 'Date',
this.extra = 'Reference',
this.subject = 'Subject',
this.notes = 'Notes',
this.subtotal = 'Subtotal',
this.tax = 'Tax',
this.total = 'Total',
this.presentedTo = 'Presented to',
this.columns = const <String>['Description', 'Detail', 'Amount'],
});