Flip constructor
const
Flip({})
Implementation
const Flip({
Key? key,
required this.controller,
required this.front,
required this.back,
this.flipDuration = const Duration(milliseconds: 666),
this.flipDirection = Axis.horizontal,
}) : super(key: key);