CustomActionAmbientMediaButton
A base button to display in ambient mode for custom action media controls.
Parameters
Will be called when the user clicks the button.
The icon to display inside the button.
The content description for the icon.
Modifier to be applied to the button.
Controls the enabled state of the button. When false, this button will not be clickable (Optional).
Defines the shape for this button (Optional).
The ColorScheme used for the button (Optional).
an optional hoisted MutableInteractionSource for observing and emitting interactions for this button (Optional).
The size of the icon (Optional).
The padding around the button (Optional).
IconButtonColors that will be used to resolve the background and icon color for this button in different states (Optional).
Optional BorderStroke to be applied to the button. If null, no border is drawn. Defaults to a thin border with primary-dim color and 0.5f alpha.