AudioRecordingHoldToRecordTheme

data class AudioRecordingHoldToRecordTheme(val containerElevation: Dp, val containerColor: Color, val containerShape: Shape, val containerPadding: ComponentPadding, val contentHeight: Dp, val contentPadding: ComponentPadding, val textStyle: TextStyle)

Represents the theme for the hold to record component.

Constructors

Link copied to clipboard
constructor(containerElevation: Dp, containerColor: Color, containerShape: Shape, containerPadding: ComponentPadding, contentHeight: Dp, contentPadding: ComponentPadding, textStyle: TextStyle)

Properties

Link copied to clipboard

The color of the container.

Link copied to clipboard

The elevation of the container.

Link copied to clipboard

The padding of the container.

Link copied to clipboard

The shape of the container.

Link copied to clipboard

The height of the content.

Link copied to clipboard

The padding of the content.

Link copied to clipboard

The text style.