Skip to content

Instantly share code, notes, and snippets.

View donynuransyah's full-sized avatar
🏠
Working from home

Hanya Tukang Ketik donynuransyah

🏠
Working from home
View GitHub Profile
@Composable
fun Text(
text: String,
modifier: Modifier = Modifier,
color: Color = Color.Unspecified,
fontSize: TextUnit = TextUnit.Unspecified,
fontStyle: FontStyle? = null,
fontWeight: FontWeight? = null,
fontFamily: FontFamily? = null,
letterSpacing: TextUnit = TextUnit.Unspecified,