MessageComposerStyle constructor
const
MessageComposerStyle({
- Color? inputBackground,
- TextStyle? inputTextStyle,
- Gradient? inputGradient,
- TextStyle? placeholderTextStyle,
- Widget? sendButtonIcon,
- Color? attachmentIconTint,
- Color? sendButtonIconTint,
- Color? closeIconTint,
- Color? dividerTint,
- Color? voiceRecordingIconTint,
- EdgeInsetsGeometry? contentPadding,
- Color? aiIconTint,
- EdgeInsets? messageInputPadding,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
Implementation
const MessageComposerStyle({
this.inputBackground,
this.inputTextStyle,
this.inputGradient,
this.placeholderTextStyle,
this.sendButtonIcon,
this.attachmentIconTint,
this.sendButtonIconTint,
this.closeIconTint,
this.dividerTint,
this.voiceRecordingIconTint,
this.contentPadding,
this.aiIconTint,
this.messageInputPadding,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});