elevationTest property
Implementation
static final BoxShadow elevationTest = BoxShadow(
offset: const Offset(0, -2),
blurRadius: 20,
color: const Color(0xFF000000).withOpacity(1),
);
static final BoxShadow elevationTest = BoxShadow(
offset: const Offset(0, -2),
blurRadius: 20,
color: const Color(0xFF000000).withOpacity(1),
);