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

Loading…
Cancel
Save