currentState property

  1. @override
SwipeState get currentState
override

The current state of the attached cell's state machine.

Returns SwipeState.idle when no cell is attached.

Implementation

@override
SwipeState get currentState => stubbedState;