void animateToPage(int page, {bool animate = true}) => _binding?.animateToPage(page, animate: animate);