ReportUIState

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

Constructors

Link copied to clipboard
constructor(lazyListState: LazyListState, coroutineScope: CoroutineScope, addMenuExpanded: MutableState<Boolean>, configurationDialogVisible: MutableState<Boolean>)

Properties

Link copied to clipboard
val addMenuExpanded: MutableState<Boolean>
Link copied to clipboard
Link copied to clipboard
val coroutineScope: CoroutineScope
Link copied to clipboard
val lazyListState: LazyListState