Package-level declarations
Functions
Link copied to clipboard
fun StateDialog(state: UseCaseState, selection: StateSelection? = null, config: StateConfig, header: Header? = null, properties: DialogProperties = DialogProperties(
dismissOnBackPress = false,
dismissOnClickOutside = false,
))
State dialog for the use-case to display various states.
Link copied to clipboard
fun StatePopup(state: UseCaseState, selection: StateSelection? = null, config: StateConfig, header: Header? = null, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties(
dismissOnBackPress = false,
dismissOnClickOutside = false,
))
State popup for the use-case to display various states.
Link copied to clipboard
State dialog for the use-case to display various states.