Remove expanded widget
This commit is contained in:
parent
20e3b91f9e
commit
db3f0464d3
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
|
|||
if (_hasActiveSubscription &&
|
||||
_currentSubscription.productID != kFreeProductID) {
|
||||
widgets.addAll([
|
||||
Expanded(child: Container()),
|
||||
Align(
|
||||
alignment: Alignment.center,
|
||||
child: GestureDetector(
|
||||
|
|
Loading…
Reference in a new issue