Skip to content

Instantly share code, notes, and snippets.

@Starchild13
Created February 11, 2024 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Starchild13/799d0d20a5cb17a30c098b6c78213755 to your computer and use it in GitHub Desktop.
Save Starchild13/799d0d20a5cb17a30c098b6c78213755 to your computer and use it in GitHub Desktop.
@Composable
fun icon_card_2(text: String, imagevector: ImageVector){
Row( modifier = Modifier.padding(top = 8.dp,bottom = 8.dp).fillMaxWidth(0.6f)) {
Icon(
imageVector = imagevector,
modifier = Modifier.size(size = 20.dp),
contentDescription = "Email Address",
tint = Color.Green
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment