mtShadowRaised property
define of mtShadowRaised
Implementation
static List<BoxShadow> mtShadowRaised = [
BoxShadow(
color: const Color.fromARGB(14, 33, 36, 43),
spreadRadius: 0.rem,
blurRadius: 2.rem,
offset: Offset(0.rem, 1.rem), // changes position of shadow
),
BoxShadow(
color: const Color.fromARGB(12, 33, 36, 43),
spreadRadius: 0.rem,
blurRadius: 0.5.rem,
offset: Offset(0.rem, 0.rem), // changes position of shadow
),
];