Appbar.Content

A component used to display a title and optional subtitle in a appbar.

Props

color
Type: string

Custom color for the text.

title (required)
Type: React.Node

Text for the title.

titleStyle
Type: any

Style for the title.

subtitle
Type: React.Node

Text for the subtitle.

subtitleStyle
Type: any

Style for the subtitle.

onPress
Type: () => mixed

Function to execute on press.

style
Type: any
theme
Type: Theme