menu
nice2dev_flutter_ui package
documentation
tools/nice_print.dart
NiceInvoiceParty
NiceInvoiceParty.new const constructor
NiceInvoiceParty.new const constructor
dark_mode
light_mode
NiceInvoiceParty
constructor
const
NiceInvoiceParty
(
{
required
String
name
,
String
?
address
,
String
?
email
,
String
?
phone
,
})
Implementation
const NiceInvoiceParty({ required this.name, this.address, this.email, this.phone, });
nice2dev_flutter_ui package
documentation
tools/nice_print
NiceInvoiceParty
NiceInvoiceParty.new const constructor
NiceInvoiceParty class