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

androidxCommonExceptAndroidMain.com.huanshankeji.compose.foundation.OnClick.androidxCommonExceptAndroid.kt Maven / Gradle / Ivy

package com.huanshankeji.compose.foundation

import androidx.compose.foundation.onClick
import com.huanshankeji.compose.ui.Modifier

//@ExperimentalFoundationApi // `onClick` with a single parameter is likely to be always supported, so it does not require opt-in for now.
@ExperimentalFoundationApi
@OptIn(androidx.compose.foundation.ExperimentalFoundationApi::class)
actual fun Modifier.onClick(onClick: () -> Unit): Modifier =
    platformModify { onClick(onClick = onClick) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy