boxShadowBase top-level constant

List<BoxShadow> const boxShadowBase

Implementation

const boxShadowBase = [
  BoxShadow(
    color: midleLightGreyColor,
    spreadRadius: 2,
    blurRadius: 10,
    offset: Offset(0, 3),
  ),
];