Replies: 1 comment
-
Yes, styling happens through CSS. The style context allows you to retrieve the CSS information in order to manually draw something using those info like the current color. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to style the widget entirely with Rust code, no CSS. Would that be possible?
Here's what I've tried for a simple button but it doesn't work.
The above code has no effect on modifying the color of the button
Beta Was this translation helpful? Give feedback.
All reactions