Package io.writeopia.sdk.drawer.content
Class CheckItemDrawer
-
- All Implemented Interfaces:
-
io.writeopia.sdk.drawer.StoryStepDrawer
public final class CheckItemDrawer implements StoryStepDrawer
Check item drawer. Draws a check box followed by a text.
-
-
Constructor Summary
Constructors Constructor Description CheckItemDrawer(Modifier modifier, Function1<Action.StoryStateChange, Unit> onCheckedChange, Function2<String, Integer, Unit> onTextEdit, Function1<Integer, Unit> emptyErase, Function2<Boolean, Integer, Unit> onSelected, TextCommandHandler commandHandler, Color customBackgroundColor, Boolean clickable)
-
Method Summary
-
-
Constructor Detail
-
CheckItemDrawer
CheckItemDrawer(Modifier modifier, Function1<Action.StoryStateChange, Unit> onCheckedChange, Function2<String, Integer, Unit> onTextEdit, Function1<Integer, Unit> emptyErase, Function2<Boolean, Integer, Unit> onSelected, TextCommandHandler commandHandler, Color customBackgroundColor, Boolean clickable)
-
-
-
-