WaveformSliderLayoutStyle

data class WaveformSliderLayoutStyle(val height: Dp, val style: WaveformSliderStyle)

Represents the style for the waveform slider layout.

Parameters

height

The height of the waveform slider.

style

The style for the waveform slider.

Constructors

Link copied to clipboard
constructor(height: Dp, style: WaveformSliderStyle)

Properties

Link copied to clipboard
val height: Dp
Link copied to clipboard