Flutter: 顯示/關閉系統疊加層ui

import 'package:flutter/services.dart';

/// 關閉
SystemChrome.setEnabledSystemUIOverlays([]);

/// 顯示
SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values);
相關文章
相關標籤/搜索