SettingsButton
fun SettingsButton(onClick: () -> Unit, imageVector: ImageVector, contentDescription: String, modifier: Modifier = Modifier, enabled: Boolean = true, alignment: Alignment = Alignment.Center, buttonColors: IconButtonColors = SettingsButtonDefaults.buttonColors(), shape: Shape = CircleShape, iconSize: Dp = ICON_SIZE, badgeVector: ImageVector? = null, badgeShape: Shape = defaultBadgeShape(), badgeColors: IconButtonColors = SettingsButtonDefaults.badgeColors(), border: BorderStroke? = null)
An icon button to launch a screen to control the system.