AudioRecordingFloatingIconsTheme

data class AudioRecordingFloatingIconsTheme(    val mic: AudioRecordingFloatingIconStyle,     val lock: AudioRecordingFloatingIconStyle,     val locked: AudioRecordingFloatingIconStyle,     val lockThreshold: Dp,     val lockEdgeOffset: ComponentOffset)

Represents the theme for the floating icons in the audio recording component.

Constructors

Link copied to clipboard
constructor(    mic: AudioRecordingFloatingIconStyle,     lock: AudioRecordingFloatingIconStyle,     locked: AudioRecordingFloatingIconStyle,     lockThreshold: Dp,     lockEdgeOffset: ComponentOffset)

Properties

Link copied to clipboard

The style for the lock icon.

Link copied to clipboard

The style for the locked icon.

Link copied to clipboard

The edge offset for the lock icon.

Link copied to clipboard

The threshold for the lock icon.

Link copied to clipboard

The style for the mic icon.