diff --git a/lib/src/window_manager.dart b/lib/src/window_manager.dart index 9b90872..9736a83 100644 --- a/lib/src/window_manager.dart +++ b/lib/src/window_manager.dart @@ -104,6 +104,7 @@ class WindowManager { await _channel.invokeMethod('ensureInitialized'); } + /// You can call this to remove the window frame (title bar, outline border, etc), which is basically everything except the Flutter view, also can call setTitleBarStyle(TitleBarStyle.normal) or setTitleBarStyle(TitleBarStyle.hidden) to restore it. Future setAsFrameless() async { await _channel.invokeMethod('setAsFrameless'); }