Adjust IAP UI
This commit is contained in:
parent
8081e2f5e7
commit
bdaf652806
|
|
@ -228,11 +228,7 @@ class _UpgradeDialogState extends State<UpgradeDialog> {
|
||||||
|
|
||||||
return ListTile(
|
return ListTile(
|
||||||
title: Text(productDetails.description),
|
title: Text(productDetails.description),
|
||||||
subtitle: Column(
|
trailing: TextButton(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
SizedBox(height: 4),
|
|
||||||
TextButton(
|
|
||||||
style: TextButton.styleFrom(
|
style: TextButton.styleFrom(
|
||||||
backgroundColor: Colors.green[800],
|
backgroundColor: Colors.green[800],
|
||||||
// TODO(darrenaustin): Migrate to new API once it lands in stable: https://github.com/flutter/flutter/issues/105724
|
// TODO(darrenaustin): Migrate to new API once it lands in stable: https://github.com/flutter/flutter/issues/105724
|
||||||
|
|
@ -265,9 +261,6 @@ class _UpgradeDialogState extends State<UpgradeDialog> {
|
||||||
? AppLocalization.of(context).activate
|
? AppLocalization.of(context).activate
|
||||||
: productDetails.price),
|
: productDetails.price),
|
||||||
),
|
),
|
||||||
SizedBox(height: 20),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue