mUILightSmallShadow top-level constant

List<BoxShadow> const mUILightSmallShadow

Implementation

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