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

androidxCommonMain.com.huanshankeji.compose.material.Text.androidxCommon.kt Maven / Gradle / Ivy

The newest version!
package com.huanshankeji.compose.material

import androidx.compose.runtime.Composable
import com.huanshankeji.compose.ui.Modifier

@Composable
actual fun Text(text: String, modifier: Modifier) =
    androidx.compose.material.Text(text, modifier.platformModifier)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy