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.