transforms property

List<CardTransform> transforms
final

A list of transforms to calculate the position of the card when swiping. Every item in the list is one of the possible card positions.

Implementation

final List<CardTransform> transforms;