AiutaPlatformImage

fun AiutaPlatformImage(platformFile: AiutaPlatformFile, contentDescription: String?, modifier: Modifier = Modifier, alignment: Alignment = Alignment.Center, contentScale: ContentScale = ContentScale.Fit, alpha: Float = DefaultAlpha, colorFilter: ColorFilter? = null)

A composable that displays an image from a platform-specific file. This component handles loading states and errors automatically.

Parameters

platformFile

The platform-specific file containing the image data

contentDescription

The content description for accessibility

modifier

The modifier to be applied to the image

alignment

The alignment of the image within its bounds

contentScale

The scale type of the image

alpha

The alpha value for the image

colorFilter

Optional color filter to be applied to the image