JetpackTopAppBar
A Jetpack Compose top app bar with a title, navigation icon, and action icon.
Parameters
The string resource ID for the title of the top app bar.
The navigation icon to be displayed on the top app bar.
The content description for the navigation icon.
The action icon to be displayed on the top app bar.
The content description for the action icon.
The modifier for this top app bar.
The colors for this top app bar.
The callback when the navigation icon is clicked.
The callback when the action icon is clicked.
A Jetpack Compose top app bar with a title and action icon.
Parameters
The string resource ID for the title of the top app bar.
The action icon to be displayed on the top app bar.
The content description for the action icon.
The modifier for this top app bar.
The colors for this top app bar.
The callback when the action icon is clicked.