ChecklistTemplate constructor
ChecklistTemplate({
- TextDirection direction = TextDirection.ltr,
- TemplateTheme theme = TemplateThemes.operations,
- SfntFont? font,
- SfntFont? fontBold,
- required TemplateParty owner,
- List<
CheckGroup> groups = const <CheckGroup>[], - ChecklistLabels labels = const ChecklistLabels(),
ChecklistTemplate API.
Implementation
ChecklistTemplate({
this.direction = TextDirection.ltr,
this.theme = TemplateThemes.operations,
this.font,
this.fontBold,
required this.owner,
this.groups = const <CheckGroup>[],
this.labels = const ChecklistLabels(),
this.footer = '',
});