lowModeShadow top-level constant

List<BoxShadow> const lowModeShadow

Implementation

const lowModeShadow = [
  BoxShadow(
    color: Color(0x07000000),
    blurRadius: 16,
    offset: Offset(0, 16),
    spreadRadius: 0,
  ),
];