Back to React Native Paper

ToolbarContent

docs/public/1.0/toolbar-content.html

5.15.1592 B
Original Source

ToolbarContent

The ToolbarContent component is used for displaying a title and optional subtitle in a toolbar.

Props

dark Type: boolean

Theme color for the text, a dark toolbar will render light text and vice-versa.

title (required) Type: string | React.Node

Text for the title.

titleStyle Type: any

Style for the title.

subtitle Type: string | React.Node

Text for the subtitle.

subtitleStyle Type: any

Style for the subtitle.

style Type: any

theme Type: Theme