horizontalProductShadow property

BoxShadow horizontalProductShadow
final

Implementation

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