AudioRecordingPermissionRationaleTheme

data class AudioRecordingPermissionRationaleTheme(val containerElevation: Dp, val containerColor: Color, val containerShape: Shape, val containerPadding: ComponentPadding, val containerBottomOffset: Dp, val contentHeight: Dp, val contentSpace: Dp, val contentPadding: ComponentPadding, val textStyle: TextStyle, val buttonTextStyle: TextStyle)

Represents the theme for the permission rationale component.

Constructors

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

Properties

Link copied to clipboard

The text style for the button.

Link copied to clipboard

The bottom offset of the container.

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 space between the content.

Link copied to clipboard

The text style.