FlipAnimation constructor
const
FlipAnimation({})
Implementation
const FlipAnimation({
super.key,
this.duration,
this.delay,
this.curve = Curves.ease,
this.flipAxis = FlipAxis.x,
required this.child,
});
const FlipAnimation({
super.key,
this.duration,
this.delay,
this.curve = Curves.ease,
this.flipAxis = FlipAxis.x,
required this.child,
});