currentIndex property

int currentIndex

The index of the card currently displayed on the front.

Implementation

int get currentIndex => _focusIndex ?? _cardProperties.length;