StreamMessageInputThemeData constructor

const StreamMessageInputThemeData({
  1. Duration? sendAnimationDuration,
  2. Color? actionButtonColor,
  3. Color? sendButtonColor,
  4. Color? actionButtonIdleColor,
  5. Color? sendButtonIdleColor,
  6. Color? inputBackgroundColor,
  7. TextStyle? inputTextStyle,
  8. InputDecoration? inputDecoration,
  9. Gradient? activeBorderGradient,
  10. Gradient? idleBorderGradient,
  11. BorderRadius? borderRadius,
  12. Color? expandButtonColor,
  13. Color? linkHighlightColor,
  14. bool? enableSafeArea,
  15. double? elevation,
  16. BoxShadow? shadow,
})

Implementation

const StreamMessageInputThemeData({
  this.sendAnimationDuration,
  this.actionButtonColor,
  this.sendButtonColor,
  this.actionButtonIdleColor,
  this.sendButtonIdleColor,
  this.inputBackgroundColor,
  this.inputTextStyle,
  this.inputDecoration,
  this.activeBorderGradient,
  this.idleBorderGradient,
  this.borderRadius,
  this.expandButtonColor,
  this.linkHighlightColor,
  this.enableSafeArea,
  this.elevation,
  this.shadow,
});