lg constant

List<BoxShadow> const lg

Constructs a large BoxShadow

Implementation

static const lg = <BoxShadow>[
  BoxShadow(
    offset: Offset(0.0, 10.0),
    blurRadius: 15.0,
    spreadRadius: -3.0,
    color: _defaultColor,
  ),
  BoxShadow(
    offset: Offset(0.0, 4.0),
    blurRadius: 6.0,
    spreadRadius: -2.0,
    color: _defaultColor,
  ),
];