what is the best approach to load an image as a ba...
# compose
f
what is the best approach to load an image as a background of a button-shaped like Component? I tried to use something like:
Copy code
Box {
  Image()
  Text()
}
However, independently of the scale type it never looks good (either doesn't fill the box correctly or it stretches the size of the box).