AmbientSeekToPreviousButton
An animated seek-to-previous button to display in the ambient mode.
Parameters
The callback to be invoked when the button is clicked.
Optional Modifier to be applied to the button.
Controls the enabled state of the button. When false, the button is disabled.
The ColorScheme used for the button.
Optional ImageVector to draw inside this button. If not provided, a default previous icon will be displayed.
The size of the icon to be displayed on the button. Defaults to IconButtonDefaults.SmallIconSize.
the padding around the button.
IconButtonColors that will be used to resolve the colors used for this button in different states. Defaults to MediaButtonDefaults.mediaButtonAmbientColors.
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.