replace fcsInput to InputText
This commit is contained in:
@@ -44,7 +44,7 @@ class _ShipmentListState extends State<ShipmentList> {
|
||||
onPressed: () => Navigator.of(context).pop(),
|
||||
),
|
||||
backgroundColor: primaryColor,
|
||||
title: LocalText(context, "shipment.title",
|
||||
title: LocalText(context, "shipment",
|
||||
fontSize: 18, color: Colors.white),
|
||||
actions: <Widget>[
|
||||
IconButton(
|
||||
|
||||
Reference in New Issue
Block a user