popShadow constant

List<BoxShadow> const popShadow

Implementation

static const List<BoxShadow> popShadow = [
  BoxShadow(color: Color(0x73000000), blurRadius: 32, spreadRadius: -8, offset: Offset(0, 12)),
];