Ds Image
Composable function to display a synchronous vector/raster image across Android and iOS.
Parameters
The target DsImages asset to display.
Optional accessibility description.
Compose Modifier to apply styling/layout.
Optional tint color filter to apply to the image.
Optional background color. On iOS, providing a solid background color enables high-performance native rendering without memory copy and decoding overhead. If null, a transparent Skia-based fallback is used.
Composable function to display a synchronous vector/raster image across Android and iOS.
Parameters
The target DsImages asset to display.
Optional accessibility description.
Compose Modifier to apply styling/layout.
Optional tint color filter to apply to the image.
Optional background color. On iOS, providing a solid background color enables high-performance native rendering without memory copy and decoding overhead. If null, a transparent Skia-based fallback is used.