]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commit
adapt to toggleableActiveColor property having been deprecated
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Apr 2024 06:11:06 +0000 (08:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Apr 2024 06:15:19 +0000 (08:15 +0200)
commitf37413f7be77270fd8569741d9758f6f9a135e2a
tree6a3cee2562dee9f98d2abfc88b185f11f594189b
parent7ce59bad7f8ebc993fe3d1f15079ca08bf31a86f
adapt to toggleableActiveColor property having been deprecated

ThemeData's toggleableActiveColor property has been deprecated [0].
This fix was done by `dart fix --apply` and thus is naturally a
relative broad automatic fix where we might only require a subset
from, but for now just trust the linter to do the safe thing.

[0]: https://docs.flutter.dev/release/breaking-changes/toggleable-active-color

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
lib/proxmox_login_form.dart