fix errors
This commit is contained in:
@@ -77,12 +77,7 @@ class _InvoiceListState extends State<InvoiceList> {
|
||||
backgroundColor: primaryColor,
|
||||
title: LocalText(context, 'invoices.title',
|
||||
color: Colors.white, fontSize: 20),
|
||||
actions: <Widget>[
|
||||
IconButton(
|
||||
icon: Icon(Icons.search, color: Colors.white),
|
||||
onPressed: () {}),
|
||||
popupMenu
|
||||
],
|
||||
actions: <Widget>[popupMenu],
|
||||
),
|
||||
floatingActionButton: owner
|
||||
? FloatingActionButton.extended(
|
||||
|
||||
Reference in New Issue
Block a user