innerShadows top-level constant
Implementation
const innerShadows = [
Shadow(
color: Color(0x30000000),
blurRadius: 2,
offset: Offset(2, 2),
),
Shadow(
color: Color(0x20FFFFFF),
blurRadius: 2,
offset: Offset(-2, -2),
),
];