HeaderDrawer

class HeaderDrawer(modifier: Modifier = Modifier, headerClick: () -> Unit = {}, textDrawer: () -> SimpleTextDrawer, placeHolderStyle: @Composable () -> TextStyle = { MaterialTheme.typography.displaySmall.copy( fontWeight = FontWeight.Bold, color = Color.LightGray ) }) : 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 = {}, textDrawer: () -> SimpleTextDrawer, placeHolderStyle: @Composable () -> TextStyle = { MaterialTheme.typography.displaySmall.copy( fontWeight = FontWeight.Bold, color = Color.LightGray ) })

Functions

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

Draws the StoryStep including its DrawInfo