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