When I try to get primaryColor from outside an ann...
# compose
a
When I try to get primaryColor from outside an annotated composable fun I get an error say "@Composable invocations can only happen from the context of a @Composable function" How to get a specific color from outside an annotated composable fun?
k
Pass it in as a parameter.
1