FastPdfCalculatorReporter class

A class that generates a PDF report for a calculator.

Constructors

FastPdfCalculatorReporter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildCategoryHeader(String name, TextStyle style) → Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
report({required String title, required List<FastReportEntry> inputs, required List<FastReportEntry> results, String? inputTitle, String? subtitle, String? resultTitle, String? dateTitle, String? disclaimerTitle, String? disclaimerText, Color? italicTextColor, Color? textColor, String? author, String? authorUrl, List<FastReportCategoryEntry>? categories, String languageCode = 'en', String? countryCode, bool use24HourFormat = false, int categoryColumns = 2}) Future<Uint8List>
Generates a PDF report for a calculator.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

notoSansSCMediumPath → const String
packageFontPath → const String
pageFormatA4 → const PdfPageFormat