modify dispaly addresses

This commit is contained in:
PhyoThandar
2020-06-30 16:11:58 +06:30
parent 9fc7ef5381
commit 0887ec275f
11 changed files with 76 additions and 48 deletions

View File

@@ -50,8 +50,13 @@ class _DiscountEditorState extends State<DiscountEditor> {
child: Scaffold(
backgroundColor: Colors.white,
appBar: AppBar(
centerTitle: true,
title: Text(
AppTranslations.of(context).text("discount.new"),
AppTranslations.of(context).text("discount.form"),
),
leading: new IconButton(
icon: new Icon(Icons.close),
onPressed: () => Navigator.of(context).pop(),
),
backgroundColor: primaryColor,
actions: <Widget>[],