We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8458f commit baf3516Copy full SHA for baf3516
packages/desktop_multi_window/example/lib/main.dart
@@ -51,7 +51,6 @@ class _ExampleMainWindowState extends State<_ExampleMainWindow> {
51
..setFrame(const Offset(0, 0) & const Size(1280, 720))
52
..center()
53
..setTitle('Another window')
54
- ..resizable(false)
55
..show();
56
},
57
child: const Text('Create a new World!'),
0 commit comments