Package io.writeopia.sdk.drawer.content
Class ImageDrawer
-
- All Implemented Interfaces:
-
io.writeopia.sdk.drawer.StoryStepDrawer
public final class ImageDrawer implements StoryStepDrawer
Draws a image. Uses Coil to parse the image.
-
-
Constructor Summary
Constructors Constructor Description ImageDrawer(Function1<Boolean, Modifier> containerModifier, Function1<Action.Merge, Unit> mergeRequest)
-
Method Summary
-
-
Constructor Detail
-
ImageDrawer
ImageDrawer(Function1<Boolean, Modifier> containerModifier, Function1<Action.Merge, Unit> mergeRequest)
-
-
-
-