lightShadow constant

BoxShadow const lightShadow

Implementation

static const BoxShadow lightShadow = BoxShadow(
  color: Color.fromRGBO((0), 0, 0, 0.10),
  offset: Offset(0, 4),
  blurRadius: 10.0,
);