imageProvider
actual fun imageProvider(size: DpSize, key1: Any?, key2: Any?, key3: Any?, content: () -> Unit): ImageProvider
expect fun imageProvider(size: DpSize, key1: Any?, key2: Any?, content: @Composable () -> Unit): ImageProvider
expect fun imageProvider(size: DpSize, key1: Any?, key2: Any?, key3: Any?, content: @Composable () -> Unit): ImageProvider
actual fun imageProvider(size: ERROR CLASS: Symbol not found for DpSize, content: () -> Unit): ERROR CLASS: Symbol not found for ImageProvider
actual fun imageProvider(size: ERROR CLASS: Symbol not found for DpSize, vararg key1: Any?, content: () -> Unit): ERROR CLASS: Symbol not found for ImageProvider
actual fun imageProvider(size: ERROR CLASS: Symbol not found for DpSize, key1: Any?, key2: Any?, content: () -> Unit): ERROR CLASS: Symbol not found for ImageProvider
actual fun imageProvider(size: ERROR CLASS: Symbol not found for DpSize, key1: Any?, key2: Any?, key3: Any?, content: () -> Unit): ERROR CLASS: Symbol not found for ImageProvider
Highly experimental API. Will be changed in the future release
Parameters
size
use to render image on ios, ignored on android
content
composable rendered to bitmap. Don't use animations or dynamic content. Can be rendered only if key changed or parent render