popoverShadow property

List<BoxShadow> get popoverShadow

Implementation

List<BoxShadow> get popoverShadow => const [
      BoxShadow(color: Color(0x38000000), blurRadius: 28, spreadRadius: -6, offset: Offset(0, 12)),
    ];