DividerDrawer

class DividerDrawer(modifier: Modifier = Modifier, onSelected: (Boolean, Int) -> Unit, dragIconWidth: Dp, config: DrawConfig, onDragHover: (Int) -> Unit, onDragStart: () -> Unit, onDragStop: () -> Unit, moveRequest: (Action.Move) -> Unit, enabled: Boolean, color: Color, receiveExternalFile: (List<ExternalFile>, Int) -> Unit, paddingValues: PaddingValues = PaddingValues(0.dp)) : StoryStepDrawer

Drawer for AI answers.

Constructors

Link copied to clipboard
constructor(modifier: Modifier = Modifier, onSelected: (Boolean, Int) -> Unit, dragIconWidth: Dp, config: DrawConfig, onDragHover: (Int) -> Unit, onDragStart: () -> Unit, onDragStop: () -> Unit, moveRequest: (Action.Move) -> Unit, enabled: Boolean, color: Color, receiveExternalFile: (List<ExternalFile>, Int) -> Unit, paddingValues: PaddingValues = PaddingValues(0.dp))

Functions

Link copied to clipboard
open override fun Step(step: StoryStep, drawInfo: DrawInfo)

Draws the StoryStep including its DrawInfo