verticalProductShadow property

BoxShadow verticalProductShadow
final

Implementation

static final verticalProductShadow = BoxShadow(
    color: TColors().darkGrey.withValues(alpha: 0.1),
    blurRadius: 50,
    spreadRadius: 7,
    offset: const Offset(0, 2));