menu
invoice_formatter package
documentation
widgets/invoice_page.dart
InvoicePage
InvoicePage const constructor
InvoicePage const constructor
dark_mode
light_mode
InvoicePage
constructor
const
InvoicePage
(
{
Key
?
key
,
required
Invoice
invoice
,
})
Implementation
const InvoicePage({super.key, required this.invoice});
invoice_formatter package
documentation
widgets/invoice_page
InvoicePage
InvoicePage const constructor
InvoicePage class