static void goName(BuildContext context, String routeName) { Navigator.pushNamed(context, routeName); }