FlipCard constructor
const
FlipCard({})
Implementation
const FlipCard({
super.key,
required this.front,
required this.back,
this.duration = const Duration(milliseconds: 600),
this.flipHorizontal = true,
this.autoFlip = true,
this.initiallyFlipped = false,
});