SpaceDrawer

class SpaceDrawer(moveRequest: (Action.Move) -> Unit = {}) : StoryStepDrawer

Draws a white space. This Drawer is very important for accepting drop os other Composables for reorder purposes. A space create a move request when dropping Composables in it while the other story units create a mergeRequest.

Constructors

Link copied to clipboard
constructor(moveRequest: (Action.Move) -> Unit = {})

Functions

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

Draws the StoryStep including its DrawInfo