AnimatedSlide constructor
Creates a widget that animates its offset translation implicitly.
Implementation
const AnimatedSlide({
super.key,
this.child,
required this.offset,
super.curve,
required super.duration,
super.onEnd,
});
Creates a widget that animates its offset translation implicitly.
const AnimatedSlide({
super.key,
this.child,
required this.offset,
super.curve,
required super.duration,
super.onEnd,
});