Skip to content

Instantly share code, notes, and snippets.

@ahmedrizwan
Created May 27, 2020 11:22
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 ahmedrizwan/b353ef325110dafb85af947853cc8212 to your computer and use it in GitHub Desktop.
Save ahmedrizwan/b353ef325110dafb85af947853cc8212 to your computer and use it in GitHub Desktop.
@Composable
fun DimOverlay(alpha: Int) {
Box(modifier = Modifier.fillMaxSize(), backgroundColor = Color(50, 50, 50, alpha))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment