bool isCurrent(String routeName) { ModalRoute? route = ModalRoute.of(this); return route?.settings.name == routeName; }