customBoxShadowTop property

BoxShadow get customBoxShadowTop

A soft upward drop shadow for surfaces that float above content.

Implementation

BoxShadow get customBoxShadowTop {
  return BoxShadow(color: colorScheme.shadow.withValues(alpha: 0.04), offset: const Offset(0, -3), blurRadius: 6, spreadRadius: 1);
}