Is there a resource for developing a custom widget...
# compose
v
Is there a resource for developing a custom widget? I can’t seem to find anything concrete as a baseline to use
i
Have to do some digging take a look at
Surface
is a good start, lots of custom drawing going on there and layout (
SurfaceLayout
)
v
Thanks Ian
👍 1