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)

Properties

Link copied to clipboard

The style for the complete button.

Link copied to clipboard

The style for the delete button.

Link copied to clipboard
val height: Dp

The height of the controls component.

Link copied to clipboard

The style for the stop button.