isLoop property

bool isLoop
final

A boolean value that determines whether the card stack should loop. When the last card is swiped, if isLoop is true, the first card will become the last card again. The default value is true.

Implementation

final bool isLoop;