StatementTemplate constructor
StatementTemplate({
- TextDirection direction = TextDirection.ltr,
- TemplateTheme theme = TemplateThemes.finance,
- SfntFont? font,
- SfntFont? fontBold,
- required TemplateParty issuer,
- required TemplateParty account,
- List<
StatementLine> lines = const <StatementLine>[], - StatementLabels labels = const StatementLabels(),
- String period = '',
- String opening = '',
- String closing = '',
- String? notes,
StatementTemplate API.
Implementation
StatementTemplate({
this.direction = TextDirection.ltr,
this.theme = TemplateThemes.finance,
this.font,
this.fontBold,
required this.issuer,
required this.account,
this.lines = const <StatementLine>[],
this.labels = const StatementLabels(),
this.period = '',
this.opening = '',
this.closing = '',
this.notes,
this.footer = '',
});