Are there any good tutorials out there for drawing...
# compose
r
Are there any good tutorials out there for drawing gradients with compose? I’m finding the RadialGradient api a bit confusing.
n
Here's an example of using a RadialGradient: https://gist.github.com/nadewad/59f05af4219bffd528e10377290eb26f
r
Thanks @Nader Jawad I’ll see if I can reason my way through the example