AudioRecordingPlaybackTheme
data class AudioRecordingPlaybackTheme(val height: Dp, val micIndicator: IconContainerStyle, val playButton: IconContainerStyle, val pauseButton: IconContainerStyle, val timerTextStyle: TextStyle, val waveformSliderStyle: WaveformSliderStyle, val waveformSliderPadding: ComponentPadding)
Represents the theme for the audio recording playback component.
Constructors
Link copied to clipboard
constructor(height: Dp, micIndicator: IconContainerStyle, playButton: IconContainerStyle, pauseButton: IconContainerStyle, timerTextStyle: TextStyle, waveformSliderStyle: WaveformSliderStyle, waveformSliderPadding: ComponentPadding)
Properties
Link copied to clipboard
The style for the mic indicator.
Link copied to clipboard
The style for the pause button.
Link copied to clipboard
The style for the play button.
Link copied to clipboard
The text style for the timer.
Link copied to clipboard
The padding for the waveform slider.
Link copied to clipboard
The style for the waveform slider.