浏览代码

Remove expanded widget

Vishnu 4 年之前
父节点
当前提交
db3f0464d3
共有 1 个文件被更改,包括 0 次插入1 次删除
  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(