AnimatedSlideModifier constructor
const
AnimatedSlideModifier({})
Creates a widget that animates its offset translation implicitly.
The offset
and duration
arguments must not be null.
Implementation
const AnimatedSlideModifier({
super.key,
super.child,
super.curve,
required super.duration,
super.onEnd,
super.modifierKey,
required this.offset,
});