Package-level declarations

Functions

Link copied to clipboard
fun Screen(baseUiState: BaseUiState, content: @Composable () -> Unit)
Link copied to clipboard
fun TopbarScreen(appState: BaseAppState, baseUiState: BaseUiState, title: String, enableDivider: ScrollState? = null, onBack: () -> Unit? = null, actions: @Composable RowScope.() -> Unit = {}, content: @Composable (modifier: PaddingValues) -> Unit)