gesturefilpCard method

Future gesturefilpCard()

Implementation

Future gesturefilpCard() async {
  if (widget.enableController) {
    if (widget.axis == FlipAxis.horizontal) {
      strtH();
      strtH();
    } else if (widget.axis == FlipAxis.vertical) {
      strt();
      strt();
    }
  }
}