GestureFlipCard constructor
const
GestureFlipCard({})
Implementation
const GestureFlipCard(
{Key? key,
required this.frontWidget,
required this.backWidget,
this.enableController = false,
this.controller,
this.axis = FlipAxis.vertical,
this.animationDuration = const Duration(milliseconds: 800)})
: super(key: key);