ComposerCancelIconStyle

data class ComposerCancelIconStyle(val backgroundShape: Shape, val backgroundColor: Color, val painter: Painter, val tint: Color)

Represents the theming for the cancel icon used in the message composer.

Parameters

backgroundShape

The shape of the background for the cancel icon.

backgroundColor

The background color for the cancel icon.

tint

The tint color for the cancel icon.

Constructors

Link copied to clipboard
constructor(backgroundShape: Shape, backgroundColor: Color, painter: Painter, tint: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tint: Color