A top bar that can be utilized together with a content view to create a screen.

There are a few overload methods for this component dependent on your usage and level of customization needed.

Header()
Header(onBackClicked = { })
Header(title = "Create a Channel", onBackClicked = { })
Header(title = "Edit Profile", endAction = { HeaderDefaults.SaveAction { } })

For a more detailed API definition, check out the API docs here.