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