e4 property

List<BoxShadow> get e4

elevation.4 = 0px 12px 24px rgba(0,0,0,0.22)

Implementation

List<BoxShadow> get e4 => const [
      BoxShadow(offset: Offset(0, 12), blurRadius: 24, spreadRadius: 0, color: Color(0x38000000)),
    ];