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