currentSession property

_SwipableStackPosition? currentSession

The current session that user swipes.

If you doesn't touch or finished the session, It would be null.

Implementation

_SwipableStackPosition? get currentSession => _currentSessionState;