SeekBar

fun SeekBar(modifier: Modifier = Modifier, colors: SliderColors = SliderDefaults.colors())

A seek bar showing the current time of the player, and which seeks the player when clicked or dragged.

While the user is dragging the seek bar, the player is temporarily paused.

Parameters

modifier

the Modifier to be applied to this seek bar

colors

SliderColors that will be used to resolve the colors used for this seek bar in different states. See SliderDefaults.colors.