SlideVerticalAnimation constructor

const SlideVerticalAnimation({
  1. Key? key,
  2. Widget child = const SizedBox(),
  3. Offset startAt = const Offset(0, 1.0),
  4. AnimationController? controller,
  5. 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});