fix errors
This commit is contained in:
@@ -88,19 +88,7 @@ class _ShipmentListState extends State<ShipmentList> {
|
||||
backgroundColor: primaryColor,
|
||||
title: LocalText(context, "shipment",
|
||||
fontSize: 18, color: Colors.white),
|
||||
actions: <Widget>[
|
||||
widget.forCustomer
|
||||
? Container()
|
||||
: IconButton(
|
||||
icon: Icon(
|
||||
Icons.search,
|
||||
color: Colors.white,
|
||||
),
|
||||
iconSize: 30,
|
||||
// onPressed: () => showPlacesSearch(context),
|
||||
),
|
||||
popupMenu
|
||||
],
|
||||
actions: <Widget>[popupMenu],
|
||||
),
|
||||
floatingActionButton: widget.forCustomer
|
||||
? FloatingActionButton.extended(
|
||||
|
||||
Reference in New Issue
Block a user