GET_CAPSULES_LDE-EKA
Lucas Delanier 2 years ago
parent a00f9370f6
commit d0045fc66f

@ -243,9 +243,11 @@ class _FeedScreenState extends State<FeedScreen> with SingleTickerProviderStateM
)),
),
),
IgnorePointer(
Align(
alignment: Alignment.topCenter,
child: IgnorePointer(
child: Container(
height: 100.h,
height: 240.h,
decoration: BoxDecoration(
gradient: LinearGradient(
begin: Alignment.topRight,
@ -253,6 +255,7 @@ class _FeedScreenState extends State<FeedScreen> with SingleTickerProviderStateM
colors: [bgColor.withOpacity(0.9), bgColor.withOpacity(0)])),
),
),
),
Align(
alignment: Alignment.topCenter,
child: ConstrainedBox(

Loading…
Cancel
Save