Composables UI is out: our new component library for Compose Multiplatform ->
Class

FixedScale

ContentScale implementation that always scales the dimension by the provided fixed floating point value

Source set: Common
data class FixedScale(val value: Float) : ContentScale

ContentScale implementation that always scales the dimension by the provided fixed floating point value

Last updated: