AudioRecordingSlideToCancelTheme

data class AudioRecordingSlideToCancelTheme(val textStyle: TextStyle, val iconStyle: IconStyle, val marginEnd: Dp, val threshold: Dp)

Represents the theme for the slide to cancel component.

Constructors

Link copied to clipboard
constructor(textStyle: TextStyle, iconStyle: IconStyle, marginEnd: Dp, threshold: Dp)

Properties

Link copied to clipboard

The style for the slide to cancel icon.

Link copied to clipboard

The margin end for the slide to cancel component.

Link copied to clipboard

The text style for the slide to cancel text.

Link copied to clipboard

The threshold for the slide to cancel component.