Pass a lambda to a Screen #377
Closed
YoussefHachicha
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey is there a way for me to pass a lambda to a screen?
class HomeNav(
private val onThemeChange: (QuranTheme) -> Unit,
) : Screen {
Beta Was this translation helpful? Give feedback.
All reactions