Package-level declarations

Types

Link copied to clipboard
data class AbsolutePaddingValues(val top: Dp, val right: Dp, val bottom: Dp, val left: Dp)
Link copied to clipboard
data class DisplayArea(val viewportSize: DpSize, val safeDrawingPadding: AbsolutePaddingValues)
Link copied to clipboard
Link copied to clipboard
data class MutableRef<T>(var value: T)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
inline operator fun <T> MutableRef<T>.getValue(thisObj: Any?, property: KProperty<*>): T
Link copied to clipboard
fun String.inject(sourceUrl: AbsoluteUrl?, injectables: List<String>): String
Link copied to clipboard

Unlike rememberUpdatedState, this doesn't trigger recomposition.

Link copied to clipboard
fun script(src: Url): String
Link copied to clipboard
inline operator fun <T> MutableRef<T>.setValue(thisObj: Any?, property: KProperty<*>, value: T)
Link copied to clipboard
fun DpRect.shift(offset: DpOffset): DpRect
Link copied to clipboard