customBoxShadowBottom property
A soft downward drop shadow for surfaces that float above content.
Implementation
BoxShadow get customBoxShadowBottom {
return BoxShadow(color: colorScheme.shadow.withValues(alpha: 0.05), offset: const Offset(0, 3), blurRadius: 6, spreadRadius: 1);
}