Closed pishguy closed 5 years ago
Use the argument "goBackDirection" and "goBackDirection"
There is an example:
FlipView(
animationController: _curvedAnimation,
front: _buildCard('A', () => _flip(true)),
back: _buildCard('B', () => _flip(false)),
goBackDirection: AxisDirection.up,
goFrontDirection: AxisDirection.down,
)
how about rotation from top to bottom or bottom to top