Skip to content

Instantly share code, notes, and snippets.

@fabioCollini
Created September 19, 2021 17:04
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 fabioCollini/097aaf526f1060847962906d234df5ed to your computer and use it in GitHub Desktop.
Save fabioCollini/097aaf526f1060847962906d234df5ed to your computer and use it in GitHub Desktop.
@Composable
fun CalculatorScreen {
val state = remember {
CalculatorState()
}
Calculator(state = state)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment