import 'package:flutter/material.dart'; // 全局 GlobalKey class TheGlobal { static GlobalKey navigatorKey = GlobalKey(); }