smallShadow constant

BoxShadow const smallShadow

A small BoxShadow

Implementation

static const BoxShadow smallShadow = BoxShadow(
  color: BasfColors.greyBlue,
  blurRadius: 20,
  offset: Offset(0, 4),
);