Skip to content

Instantly share code, notes, and snippets.

@Peddro
Last active January 26, 2022 11:37
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 Peddro/3def9c213414bfab8eabe1a687944ef4 to your computer and use it in GitHub Desktop.
Save Peddro/3def9c213414bfab8eabe1a687944ef4 to your computer and use it in GitHub Desktop.
fun Surface(
modifier: Modifier = Modifier,
shape: Shape = RectangleShape,
color: Color = MaterialTheme.colors.surface, <- Note this line right here
contentColor: Color = contentColorFor(color),
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment