kDefaultBoxShadow top-level constant

List<BoxShadow> const kDefaultBoxShadow

Implementation

const kDefaultBoxShadow = [
  BoxShadow(
    color: Colors.black26,
    offset: Offset(0, 8),
    spreadRadius: 1,
    blurRadius: 30,
  ),
];