Marking.Client.Moblie/marking_app/lib/utils/the_global.dart

6 lines
143 B
Dart

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