Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Functions

copied from here: https://gist.github.com/colinrtwhite/c2966e0b8584b4cdf0a5b05786b20ae1 Documented: https://coil-kt.github.io/coil/recipes/#transforming-painters

Functions

Link copied to clipboard
fun CoilImage(data: Any?, modifier: Modifier = Modifier, contentScale: ContentScale = ContentScale.Fit, showPlaceholderBox: Boolean = true)
Link copied to clipboard
fun CoilMultiImage(data: List<Any?>, modifier: Modifier = Modifier, contentScale: ContentScale = ContentScale.Fit, showIndex: MutableIntState? = remember { mutableIntStateOf(0) })