Package-level declarations

Functions

Link copied to clipboard
fun PilotRemoteImage(pilotRemoteImage: PilotRemoteImage, modifier: Modifier = Modifier, onState: (AsyncImagePainter.State) -> Unit? = null, alignment: Alignment = Alignment.Center, contentScale: ContentScale = ContentScale.Fit, alpha: Float = DefaultAlpha, colorFilter: ColorFilter? = null, filterQuality: FilterQuality = DrawScope.DefaultFilterQuality, allowHardware: Boolean = true)
Link copied to clipboard
fun PilotResizableRemoteImage(pilotRemoteImage: PilotResizableRemoteImage, modifier: Modifier = Modifier, onState: (AsyncImagePainter.State) -> Unit? = null, alignment: Alignment = Alignment.Center, contentScale: ContentScale = ContentScale.Fit, alpha: Float = DefaultAlpha, colorFilter: ColorFilter? = null, filterQuality: FilterQuality = DrawScope.DefaultFilterQuality, allowHardware: Boolean = true)