ReportScreen

class ReportScreen(val title: String, val reportHandler: ReportHandler) : Screen

Constructors

Link copied to clipboard
constructor(title: String, reportHandler: ReportHandler)

Types

Link copied to clipboard
private data class ReportUIState(val lazyListState: LazyListState, val coroutineScope: CoroutineScope, val addMenuExpanded: MutableState<Boolean>, val configurationDialogVisible: MutableState<Boolean>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val title: String

Functions

Link copied to clipboard
@Composable
open override fun Content()
Link copied to clipboard