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