Package-level declarations
Types
Link copied to clipboard
Defines the DrawerIntent contract for the SDAI presentation layer.
Link copied to clipboard
data class DrawerSheetItem(val label: String, val selected: Boolean, val icon: @Composable () -> Unit, val onClick: () -> Unit)
Carries DrawerSheetItem data through the SDAI presentation layer.