e1 property

List<BoxShadow> get e1

elevation.1 = 0px 1px 3px rgba(0,0,0,0.12)

Implementation

List<BoxShadow> get e1 => const [
      BoxShadow(offset: Offset(0, 1), blurRadius: 3, spreadRadius: 0, color: Color(0x1F000000)),
    ];