Default Drawers Native
Functions
Link copied to clipboard
open fun create(manager: WriteopiaStateManager, defaultBorder: Shape, editable: Boolean, groupsBackgroundColor: Color, onHeaderClick: () -> Unit, drawConfig: DrawConfig, fontFamily: FontFamily?, onDocumentLinkClick: (String) -> Unit): Map<Int, StoryStepDrawer>
abstract fun create(manager: WriteopiaStateManager, editable: Boolean = true, aiExplanation: String = "AI Generated", isDarkTheme: Boolean = false, onHeaderClick: () -> Unit = {}, drawConfig: DrawConfig = DrawConfig(), fontFamily: FontFamily? = null, generateSection: (Int) -> Unit = {}, receiveExternalFile: (List<ExternalFile>, Int) -> Unit = { _, _ -> }, onDocumentLinkClick: (String) -> Unit = {}): Map<Int, StoryStepDrawer>