All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.tech.skot.core.components.SKBoxViewMock.kt Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package tech.skot.core.components

class SKBoxViewMock(
    itemsInitial: List, hiddenInitial: Boolean?,
    override val asItemVertical: Boolean? = null
) : SKComponentViewMock(), SKBoxVC {
    override var items: List = itemsInitial
    override var hidden: Boolean? = hiddenInitial
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy