-
-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Description
I'm using this button to control the fullscreen
IconButton(
icon: const Icon(PhosphorIcons.frameCornersLight),
iconSize: 16,
splashRadius: 20,
onPressed: () async {
var current = await windowManager.isFullScreen();
await windowManager.setFullScreen(!current);
},
),If I click on it, it looks like this

The appbar seems to be replicated.
If you want to test it on the my app: https://github.com/LinwoodCloud/Butterfly/tree/CodeDoctorDE/issue117/app
Metadata
Metadata
Assignees
Labels
No labels