Made the shade/fade at bottom of home gallery less prominent

This commit is contained in:
ashilkn 2023-05-18 15:43:07 +05:30
parent efbfef3ce1
commit df4f1ba031

View file

@ -384,7 +384,9 @@ class _HomeWidgetState extends State<HomeWidget> {
),
const Align(
alignment: Alignment.bottomCenter,
child: BottomShadowWidget(),
child: BottomShadowWidget(
offsetDy: 36,
),
),
Align(
alignment: Alignment.bottomCenter,