toggleCardWithoutAnimation method

void toggleCardWithoutAnimation()

Flip the card without playing an animation. This cancels any ongoing animation.

Implementation

void toggleCardWithoutAnimation() => state?.toggleCardWithoutAnimation();