modify dispaly addresses
This commit is contained in:
@@ -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>[],
|
||||
|
||||
Reference in New Issue
Block a user