Package com.keygenqt.viewer.android.features.other.ui.screens.welcome

Functions

Preview
Link copied to clipboard
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:pixel_4")
@Composable
private fun Preview()
WelcomeAnimation
Link copied to clipboard
@Composable
fun WelcomeAnimation(modifier: Modifier = Modifier)

Page animation

WelcomeBody
Link copied to clipboard
@Composable
fun WelcomeBody(appViewModel: AppViewModel? = null, navDispatcher: NavigationDispatcher? = null, onActions: (WelcomeActions) -> Unit = {})
WelcomeBodySubtitle
Link copied to clipboard
@Composable
fun WelcomeBodySubtitle(text: String, color: Color = MaterialTheme.colorScheme.onBackground)
WelcomeScreen
Link copied to clipboard
@Composable
fun WelcomeScreen(viewModel: WelcomeViewModel, onActions: (WelcomeActions) -> Unit = {})

Base page fun for initialization