scale property

double scale
final

The scale of the card that is behind the front card.

The scale and backCardOffset both impact the positions of the back cards. In order to keep the back card position same after changing the scale, the backCardOffset should also be adjusted.

Must be between 0 and 1. Defaults to 0.9.

Implementation

final double scale;