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

@ -243,14 +243,17 @@ class _FeedScreenState extends State<FeedScreen> with SingleTickerProviderStateM
)), )),
), ),
), ),
IgnorePointer( Align(
child: Container( alignment: Alignment.topCenter,
height: 100.h, child: IgnorePointer(
decoration: BoxDecoration( child: Container(
gradient: LinearGradient( height: 240.h,
begin: Alignment.topRight, decoration: BoxDecoration(
stops: [0.3, 1], gradient: LinearGradient(
colors: [bgColor.withOpacity(0.9), bgColor.withOpacity(0)])), begin: Alignment.topRight,
stops: [0.3, 1],
colors: [bgColor.withOpacity(0.9), bgColor.withOpacity(0)])),
),
), ),
), ),
Align( Align(

Loading…
Cancel
Save