sheetShadow constant
BoxShadow
const sheetShadow
Implementation
static const sheetShadow = BoxShadow(
color: Color(0x0F000000),
blurRadius: 24,
offset: Offset(0, -4),
);
static const sheetShadow = BoxShadow(
color: Color(0x0F000000),
blurRadius: 24,
offset: Offset(0, -4),
);