auraUILightSmallShadow top-level constant

List<BoxShadow> const auraUILightSmallShadow

Implementation

const auraUILightSmallShadow = [
  BoxShadow(
    color: auraUIShadowColor,
    blurRadius: 12,
    offset: Offset(2, 4),
  ),
];