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

commonMain.com.bselzer.ktx.compose.ui.layout.modifier.Modifiable.kt Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.bselzer.ktx.compose.ui.layout.modifier

import androidx.compose.ui.Modifier

interface Modifiable {
    /**
     * The modifier associated with the [Modifiable] properties.
     */
    val modifier: Modifier
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy