ComposerInputFieldTheme

data class ComposerInputFieldTheme(val borderShape: Shape, val backgroundColor: Color, val textStyle: TextStyle, val cursorBrushColor: Color)

Represents the theming for the input field in the message composer.

Parameters

borderShape

The shape of the border for the input field.

backgroundColor

The background color for the input field.

textStyle

The text style for the input field.

cursorBrushColor

The color for the cursor in the input field.

Constructors

Link copied to clipboard
constructor(borderShape: Shape, backgroundColor: Color, textStyle: TextStyle, cursorBrushColor: 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