expectIdle method
Shorthand for asserting SwipeState.idle.
Implementation
void expectIdle(Finder finder) => expectSwipeState(finder, SwipeState.idle);
Shorthand for asserting SwipeState.idle.
void expectIdle(Finder finder) => expectSwipeState(finder, SwipeState.idle);