auraUILightBigShadow top-level constant

List<BoxShadow> const auraUILightBigShadow

Implementation

const auraUILightBigShadow = [
  BoxShadow(
    color: auraUIShadowColor,
    blurRadius: 16,
    offset: Offset(0, 12),
  ),
];