md constant

List<BoxShadow> const md

Implementation

static const md = [
  BoxShadow(color: Color(0x1F000000), blurRadius: 6, offset: Offset(0, 2)),
  BoxShadow(color: Color(0x0F000000), blurRadius: 2, offset: Offset(0, 1)),
];