ComposerInputFieldTheme

data class ComposerInputFieldTheme(val borderShape: Shape, val backgroundColor: Color, val textStyle: TextStyle, val cursorBrushColor: Color, val mentionStyleFactory: MentionStyleFactory = MentionStyleFactory.NoStyle)

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.

mentionStyleFactory

Factory for customization of the mention styles.

Constructors

Link copied to clipboard
constructor(borderShape: Shape, backgroundColor: Color, textStyle: TextStyle, cursorBrushColor: Color, mentionStyleFactory: MentionStyleFactory = MentionStyleFactory.NoStyle)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard