defaultShadow constant

BoxShadow const defaultShadow

Implementation

static const BoxShadow defaultShadow = BoxShadow(
  color: Color.fromRGBO((0), 0, 0, 0.20),
  offset: Offset(0, 4),
  blurRadius: 20.0,
);