naviWidgetBoxShadowsDark constant
Implementation
static const naviWidgetBoxShadowsDark = [
BoxShadow(
color: Color(0x14000000),
offset: Offset(0, 1),
blurRadius: 4,
),
BoxShadow(
color: Color(0x0A000000),
spreadRadius: 0.5,
),
];