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

@@ -23,6 +23,11 @@ class _PaymentMethodPageState extends State<PaymentMethodPage> {
inAsyncCall: _isLoading,
child: Scaffold(
appBar: AppBar(
leading: new IconButton(
icon: new Icon(Icons.close),
onPressed: () => Navigator.of(context).pop(),
),
centerTitle: true,
title: Text(
AppTranslations.of(context).text("payment.method.title"),
),