popShadow constant

List<BoxShadow> const popShadow

Implementation

static const List<BoxShadow> popShadow = [
  BoxShadow(color: Color(0x59000000), blurRadius: 24, spreadRadius: -6, offset: Offset(0, 10)),
];