update invoice
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user