]> git.proxmox.com Git - flutter/proxmox_login_manager.git/blobdiff - lib/proxmox_login_selector.dart
tree wide: prefer const constructors
[flutter/proxmox_login_manager.git] / lib / proxmox_login_selector.dart
index 06e8c39a164851e1f534989e8f2a0102a95e6000..f51f21c23a403395391ebf06fe96e554ea66f48f 100644 (file)
@@ -55,7 +55,7 @@ class _ProxmoxLoginSelectorState extends State<ProxmoxLoginSelector> {
                 icon: const Icon(Icons.settings),
                 onPressed: () {
                   Navigator.of(context).push(MaterialPageRoute(
-                    builder: (context) => ProxmoxGeneralSettingsForm(),
+                    builder: (context) => const ProxmoxGeneralSettingsForm(),
                   ));
                 })
           ],