e3 property

List<BoxShadow> get e3

elevation.3 = 0px 6px 12px rgba(0,0,0,0.18)

Implementation

List<BoxShadow> get e3 => const [
      BoxShadow(offset: Offset(0, 6), blurRadius: 12, spreadRadius: 0, color: Color(0x2E000000)),
    ];