Describes the style of a header bar.
import type { HeaderStyle } from "react-native-app-helpers";
const example: HeaderStyle = {
textColor: `red`,
fontFamily: `Example Font Family`,
fontSize: 30,
background: `green`,
outerHorizontalPadding: 50,
innerHorizontalPadding: 14,
verticalPadding: 3,
};