currentState property
The current state of the attached cell's state machine.
Returns SwipeState.idle when no cell is attached.
Implementation
@override
SwipeState get currentState => stubbedState;
The current state of the attached cell's state machine.
Returns SwipeState.idle when no cell is attached.
@override
SwipeState get currentState => stubbedState;