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

FlowLayoutBuildingBlocks.WrapInfo

Source set: Common
class WrapInfo(
        val isLastItemInLine: Boolean = false,
        val isLastItemInContainer: Boolean = false,
    )

Last updated: