WaveformTrackStyle
data class WaveformTrackStyle(val passedColor: Color, val futureColor: Color, val minBarHeight: Dp, val barSpacingRatio: Float)
Represents the style for the waveform track.
Parameters
passedColor
The color for the passed part of the waveform.
futureColor
The color for the future part of the waveform.
minBarHeight
The minimum height for the waveform bars.
barSpacingRatio
The ratio for the spacing between the waveform bars.