ImageDrawer

class ImageDrawer(containerModifier: (Boolean) -> Modifier? = { null }, mergeRequest: (Action.Merge) -> Unit = { }) : StoryStepDrawer

Draws a image. Uses Coil to parse the image.

Constructors

Link copied to clipboard
constructor(containerModifier: (Boolean) -> Modifier? = { null }, mergeRequest: (Action.Merge) -> Unit = { })

Functions

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

Draws the StoryStep including its DrawInfo