backCardOffset property

Offset backCardOffset
final

The offset of the back card from the front card.

In order to keep the back card position same after changing the backCardOffset, the scale should also be adjusted.

Must be a positive value. Defaults to Offset(0, 40).

Implementation

final Offset backCardOffset;