The name property seems to do what you want, it converts "name" into an image://theme/name to take the image from the theme. If you want to set the source, you can use Image directly.
Also, most components have both an iconSource and iconName property, so you can choose which one you need
The name property seems to do what you want, it converts "name" into an image://theme/name to take the image from the theme. If you want to set the source, you can use Image directly.
Also, most components have both an iconSource and iconName property, so you can choose which one you need