SlideVerticalAnimation constructor
const
SlideVerticalAnimation({
- Key? key,
- Widget child = const SizedBox(),
- Offset startAt = const Offset(0, 1.0),
- AnimationController? controller,
- Offset endAt = Offset.zero,
Implementation
const SlideVerticalAnimation(
{super.key,
this.child = const SizedBox(),
this.startAt = const Offset(0, 1.0),
this.controller,
this.endAt = Offset.zero});