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

androidxCommonMain.com.huanshankeji.compose.ui.draw.Alpha.androidxCommon.kt Maven / Gradle / Ivy

package com.huanshankeji.compose.ui.draw

import androidx.compose.ui.draw.alpha
import com.huanshankeji.compose.ui.Modifier

actual fun Modifier.alpha(alpha: Float): Modifier =
    platformModify { alpha(alpha) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy