e2 property

List<BoxShadow> get e2

elevation.2 = 0px 3px 6px rgba(0,0,0,0.16)

Implementation

List<BoxShadow> get e2 => const [
      BoxShadow(offset: Offset(0, 3), blurRadius: 6, spreadRadius: 0, color: Color(0x29000000)),
    ];