update invoice

This commit is contained in:
PhyoThandar
2020-10-16 21:38:39 +06:30
parent ad7d0039fc
commit 274c999959
18 changed files with 658 additions and 398 deletions

View File

@@ -18,7 +18,7 @@ import 'payment_pdf_screen.dart';
class InvoiceListRow extends StatefulWidget {
final Invoice invoice;
const InvoiceListRow({this.invoice});
InvoiceListRow({Key key, this.invoice}) : super(key: key);
@override
_InvoiceListRowState createState() => _InvoiceListRowState();