lightShadow constant

BoxShadow const lightShadow

A simple light BoxShadow

Implementation

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