Scale factor for adjacent (non-active) cards in the carousel.
static double adjacentCardScale({double activeScale = 1.0}) { return activeScale * 0.88; }