replace fcsInput to InputText

This commit is contained in:
Thinzar Win
2020-10-08 11:43:53 +06:30
parent 6105b45cb8
commit 88967ba2d4
4 changed files with 16 additions and 18 deletions

View File

@@ -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(