Minor improvement

This commit is contained in:
ashilkn
2025-07-24 19:21:26 +05:30
parent 382cd90ea1
commit 446195b8f6

View File

@@ -875,10 +875,10 @@ class _PinnedGroupHeaderState extends State<PinnedGroupHeader> {
boxShadow: atZeroScroll
? []
: [
BoxShadow(
color: Colors.black.withOpacity(0.15),
const BoxShadow(
color: Color(0x26000000),
blurRadius: 4,
offset: const Offset(0, 2),
offset: Offset(0, 2),
),
],
),