MessageComposerStyle constructor

const MessageComposerStyle({
  1. Color? inputBackground,
  2. TextStyle? inputTextStyle,
  3. Gradient? inputGradient,
  4. TextStyle? placeholderTextStyle,
  5. Widget? sendButtonIcon,
  6. Color? attachmentIconTint,
  7. Color? sendButtonIconTint,
  8. Color? closeIconTint,
  9. Color? dividerTint,
  10. Color? voiceRecordingIconTint,
  11. EdgeInsetsGeometry? contentPadding,
  12. Color? aiIconTint,
  13. EdgeInsets? messageInputPadding,
  14. double? width,
  15. double? height,
  16. Color? background,
  17. BoxBorder? border,
  18. double? borderRadius,
  19. 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,
});