NiceReportDefinition constructor
- String title = 'Untitled Report',
- NiceReportPageSize pageSize = NiceReportPageSize.a4,
- NiceReportOrientation orientation = NiceReportOrientation.portrait,
- List<
NiceReportSection> sections = const [],
Implementation
NiceReportDefinition({
this.title = 'Untitled Report',
this.pageSize = NiceReportPageSize.a4,
this.orientation = NiceReportOrientation.portrait,
this.sections = const [],
});