shadowMd property
T
get
shadowMd
Tailwind shadow-md: 0 4px 6px -1px/.1, 0 2px 4px -2px/.1
Implementation
T get shadowMd => this
..boxShadow = const [
BoxShadow(
color: Color(0x1A000000),
offset: Offset(0, 4),
blurRadius: 6,
spreadRadius: -1),
BoxShadow(
color: Color(0x1A000000),
offset: Offset(0, 2),
blurRadius: 4,
spreadRadius: -2),
];