CommonDrawers
object CommonDrawers
Functions
Link copied to clipboard
fun create(manager: WriteopiaStateManager, marginAtBottom: Dp, aiExplanation: String, editable: Boolean = true, onHeaderClick: () -> Unit = {}, dragIconWidth: Dp = DRAG_ICON_WIDTH.dp, lineBreakByContent: Boolean, drawConfig: DrawConfig, eventListener: (KeyEvent, TextFieldValue, StoryStep, Int, EmptyErase, Int, EndOfText) -> Boolean, isDesktop: Boolean, isDarkTheme: Boolean, fontFamily: FontFamily? = null, receiveExternalFile: (List<ExternalFile>, Int) -> Unit = { _, _ -> }, headerEndContent: @Composable (StoryStep, DrawInfo, Boolean) -> Unit? = null, onDocumentLinkClick: (String) -> Unit): Map<Int, StoryStepDrawer>