Future<T?> pushNamed<T>(String routeName, {Object? arguments}) => Navigator.of(this).pushNamed(routeName, arguments: arguments);