filpCard method

Future filpCard()

Flip the card

Implementation

Future filpCard() async {
  if (animationController.isAnimating) return;
  isFront = !isFront;
  await animationController.forward(from: 0).then((value) => anglePlus = pi);
}