highModeShadow top-level constant

List<BoxShadow> const highModeShadow

Implementation

const highModeShadow = [
  BoxShadow(
    color: Color(0x14000000),
    blurRadius: 30,
    offset: Offset(0, 20),
    spreadRadius: 0,
  ),
];