Animation<Offset> get rightSlideAnimation => Tween<Offset>(begin: const Offset(1, 0), end: Offset.zero) .animate(curvedAnimation);