Browse Source

Remove expanded widget

Vishnu 4 years ago
parent
commit
db3f0464d3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/ui/subscription_page.dart

+ 0 - 1
lib/ui/subscription_page.dart

@@ -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(