Package io.writeopia.sdk.drawer.content
Class TitleDrawer
-
- All Implemented Interfaces:
-
io.writeopia.sdk.drawer.StoryStepDrawer
public final class TitleDrawer implements 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.
-
-
Constructor Summary
Constructors Constructor Description TitleDrawer(Modifier containerModifier, Modifier innerContainerModifier, Function2<String, Integer, Unit> onTextEdit, Function1<Action.LineBreak, Unit> onLineBreak)
-