BackButton
@Composable
Content copied to clipboard
Basic back button, that shows an icon and calls onBackPressed when tapped.
Parameters
imageVector
The icon to show.
onBackPressed
Handler for the back action.
modifier
Modifier for styling.
@Composable
Content copied to clipboard
Basic back button, that shows an icon and calls onBackPressed when tapped.
Parameters
painter
The icon resource to show.
onBackPressed
Handler for the back action.
modifier
Modifier for styling.