naviWidgetBoxShadowsLight constant

List<BoxShadow> const naviWidgetBoxShadowsLight

Implementation

static const naviWidgetBoxShadowsLight = [
  BoxShadow(
    color: Color(0x12000000),
    blurRadius: 1,
  ),
  BoxShadow(
    color: Color(0x0D000000),
    offset: Offset(0, 2),
    blurRadius: 4,
  ),
];