Is there `Icons.Unspecified` like `Color.Unspecifi...
# compose
a
Is there
Icons.Unspecified
like
Color.Unspecified
so if I passed it nothing will show as Icon?
Also how I can use same thing with
painterResource
?
c
Well you can create an empty vector drawable and use that. 🙂
a
Nice, simple idea, I'll try it!