This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
Callbacks are not supported yet (#335). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to change my application's theme when Windows changing it's theme.
In C++, we can pass a function to
ColorValuesChanged
and it will be executed when theme changing.But how can I do that in Dart?
Beta Was this translation helpful? Give feedback.
All reactions