xl4 constant

List<BoxShadow> const xl4

Extra Large 4 (4XL) box shadow.

Implementation

static const xl4 = [
  BoxShadow(
    color: Color.fromRGBO(16, 24, 40, 0.5),
    offset: Offset(0.0, 6.0),
    blurRadius: 24.0,
    spreadRadius: -12.0,
  ),
];