mUILightBigShadow top-level constant

List<BoxShadow> const mUILightBigShadow

Implementation

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