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