xl2 constant

List<BoxShadow> const xl2

Constructs a very extra large BoxShadow

Implementation

static const xl2 = <BoxShadow>[
  BoxShadow(
    offset: Offset(0.0, 25.0),
    blurRadius: 50.0,
    spreadRadius: -12.0,
    color: _defaultColor,
  ),
];