Remove expanded widget

This commit is contained in:
Vishnu 2021-06-19 16:26:29 +05:30
parent 20e3b91f9e
commit db3f0464d3

View file

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