NiceFlipCard constructor
const
NiceFlipCard({})
Implementation
const NiceFlipCard({
super.key,
required this.front,
required this.back,
this.duration = const Duration(milliseconds: 500),
this.flipOnTap = true,
this.onFlip,
});