SpaceDrawer
class SpaceDrawer(config: DrawConfig, moveRequest: (Action.Move) -> Unit = {}, backgroundColor: Color = Color.Transparent, tagDecoration: TagDecoration = DefaultTagDecoration, modifier: Modifier = Modifier) : 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(config: DrawConfig, moveRequest: (Action.Move) -> Unit = {}, backgroundColor: Color = Color.Transparent, tagDecoration: TagDecoration = DefaultTagDecoration, modifier: Modifier = Modifier)