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.