Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created March 18, 2021 18:53
Show Gist options
  • Save pauloaapereira/f97df34eb1edf0b59d518897933e619b to your computer and use it in GitHub Desktop.
Save pauloaapereira/f97df34eb1edf0b59d518897933e619b to your computer and use it in GitHub Desktop.
AndroidDevChallenge_Week4_JetWeatherfy_1
@Composable
fun Curtain(
isOpenedFromOutside: Boolean? = null,
foldingDuration: Int = 250,
mainCell: @Composable () -> Unit,
foldCells: List<@Composable () -> Unit>
) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment