AudioRecordingControlsTheme
data class AudioRecordingControlsTheme(val height: Dp, val deleteButton: IconContainerStyle, val stopButton: IconContainerStyle, val completeButton: IconContainerStyle)
Represents the theme for the audio recording controls component.
Constructors
Link copied to clipboard
constructor(height: Dp, deleteButton: IconContainerStyle, stopButton: IconContainerStyle, completeButton: IconContainerStyle)