standard constant

CarouselConfig const standard

Preset matching the standard no-shader variant (large cards).

Implementation

static const CarouselConfig standard = CarouselConfig(
  cardWidth: 600.0,
  gap: 16.0,
  perspective: 1400.0,
);