-
I want to know if is there any way of changing the color pallete of the theme itself, for example: Pallete.foreground = #ffffff; // "Error: Assignment on a output property" Is this possible? Like, i was trying to do something like MaterialYou-style of Android, that generates a pallete using wallpaper colors |
Beta Was this translation helpful? Give feedback.
Answered by
FloVanGH
Sep 27, 2024
Replies: 1 comment 1 reply
-
Hi, that is currently not possible because of the properties on |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
D4yvid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
that is currently not possible because of the properties on
Property
are allout
properties (readonly). We plan to have more customization capabilities in the future. There are some related issue like #5392.