Image Drawer
class ImageDrawer(config: DrawConfig, containerModifier: (Boolean) -> Modifier? = { null }, onDragStart: () -> Unit, onDragStop: () -> Unit, onSelected: (Boolean, Int) -> Unit, mergeRequest: (Action.Merge) -> Unit = { }, onDelete: (Action.DeleteStory) -> Unit) : StoryStepDrawer
Draws a image. Uses Coil to parse the image.
Constructors
Functions
Link copied to clipboard
Draws the StoryStep including its DrawInfo