Space Drawer
class SpaceDrawer(moveRequest: (Action.Move) -> Unit = {}, backgroundColor: Color = Color.Transparent) : 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.
Functions
Link copied to clipboard
Draws the StoryStep including its DrawInfo