boxShadowLight constant

BoxShadow const boxShadowLight

Implementation

static const BoxShadow boxShadowLight = BoxShadow(
  offset: Offset(0, 4),
  blurRadius: 16,
  spreadRadius: 0,
  color: shadowColor,
);