Package io.writeopia.sdk.drawer.content
Class LargeEmptySpace
-
- All Implemented Interfaces:
-
io.writeopia.sdk.drawer.StoryStepDrawer
public final class LargeEmptySpace implements StoryStepDrawer
Draws an large empty space. This can be used to add a spacial action to the end of an document and hide this behaviour from the user. Indeed use is to move the focus to the available text drawer when clicked.
-
-
Constructor Summary
Constructors Constructor Description LargeEmptySpace(Function1<Action.Move, Unit> moveRequest, Function0<Unit> click)
-
Method Summary
-
-
Constructor Detail
-
LargeEmptySpace
LargeEmptySpace(Function1<Action.Move, Unit> moveRequest, Function0<Unit> click)
-
-
-
-