create

fun create(manager: WriteopiaStateManager, marginAtBottom: Dp, defaultBorder: Shape = MaterialTheme.shapes.medium, editable: Boolean = false, onHeaderClick: () -> Unit = {}, dragIconWidth: Dp = DRAG_ICON_WIDTH.dp, lineBreakByContent: Boolean, drawConfig: DrawConfig = DrawConfig(), eventListener: (KeyEvent, TextFieldValue, StoryStep, Int, EmptyErase, Int, EndOfText) -> Boolean, isDesktop: Boolean, fontFamily: FontFamily? = null, headerEndContent: @Composable (StoryStep, DrawInfo, Boolean) -> Unit? = null): Map<Int, StoryStepDrawer>