AppUiState

data class AppUiState(val items: List<BottomBarItem>, val selectedItem: BottomBarItem, val bottomSheetContent: BottomSheetContent? = null, val accountUiState: AccountUiState = AccountUiState())

Constructors

Link copied to clipboard
constructor(items: List<BottomBarItem>, selectedItem: BottomBarItem, bottomSheetContent: BottomSheetContent? = null, accountUiState: AccountUiState = AccountUiState())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard