]> git.proxmox.com Git - flutter/proxmox_login_manager.git/blobdiff - lib/proxmox_login_form.dart
login form: use const constructor to improve performance
[flutter/proxmox_login_manager.git] / lib / proxmox_login_form.dart
index 9c25126bb6db7540e62dbccd9c3efe403f8753bb..4b34e40783f87aaf1e8ed8fc9e58603af41e9b62 100644 (file)
@@ -542,7 +542,7 @@ class _ProxmoxLoginPageState extends State<ProxmoxLoginPage> {
                     content: Column(
                       mainAxisSize: MainAxisSize.min,
                       children: [
-                        Text('Could not save or delete password.'),
+                        const Text('Could not save or delete password.'),
                         ExpansionTile(
                           title: const Text('Details'),
                           children: [Text(e.toString())],