Package-level declarations

Types

Link copied to clipboard
class DesktopTitleDrawer(modifier: Modifier = Modifier, innerPadding: PaddingValues? = null, onTextEdit: (Action.StoryStateChange) -> Unit = { }, onKeyEvent: (KeyEvent, TextFieldValue, StoryStep, Int) -> Boolean = { _, _, _, _ -> false }) : StoryStepDrawer

Draw a text that can be edited. The edition of the text is both reflect in this Composable and also notified by onTextEdit. It is necessary to reflect here to avoid losing the focus on the TextField.

Properties