TextItemDrawer

actual constructor(modifier: Modifier, customBackgroundColor: Color, clickable: Boolean, onSelected: (Boolean, Int) -> Unit, dragIconWidth: Dp, startContent: (StoryStep, DrawInfo) -> Unit?, messageDrawer: RowScope.() -> SimpleTextDrawer)
expect constructor(modifier: Modifier = Modifier, customBackgroundColor: Color = Color.Transparent, clickable: Boolean = true, onSelected: (Boolean, Int) -> Unit = { _, _ -> }, dragIconWidth: Dp = 16.dp, startContent: @Composable (StoryStep, DrawInfo) -> Unit?, messageDrawer: @Composable RowScope.() -> SimpleTextDrawer)
actual constructor(modifier: Modifier, customBackgroundColor: Color, clickable: Boolean, onSelected: (Boolean, Int) -> Unit, dragIconWidth: Dp, startContent: (StoryStep, DrawInfo) -> Unit?, messageDrawer: RowScope.() -> SimpleTextDrawer)
actual constructor(modifier: Modifier, customBackgroundColor: Color, clickable: Boolean, onSelected: (Boolean, Int) -> Unit, dragIconWidth: Dp, startContent: (StoryStep, DrawInfo) -> Unit?, messageDrawer: RowScope.() -> SimpleTextDrawer)