HeaderDrawer

class HeaderDrawer(modifier: Modifier = Modifier, headerClick: () -> Unit = {}, drawer: BoxScope.() -> SimpleTextDrawer) : StoryStepDrawer

The header for the Document. It applies some stylish to the title of the document.

Constructors

Link copied to clipboard
constructor(modifier: Modifier = Modifier, headerClick: () -> Unit = {}, drawer: BoxScope.() -> SimpleTextDrawer)

Functions

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

Draws the StoryStep including its DrawInfo