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

Usage
import * as React from 'react';
import { Appbar } from 'react-native-paper';
const MyComponent = () => (
<Appbar.Header>
<Appbar.Content title="Title" />
</Appbar.Header>
);
export default MyComponent;
Props
Type:
ThemeProp