FormlessTheme constructor

const FormlessTheme({
  1. Color? userBubbleColor,
  2. Color? botBubbleColor,
  3. Color? userTextColor,
  4. Color? botTextColor,
  5. Color? sendButtonColor,
  6. Color? typingIndicatorColor,
  7. Color? inputBorderColor,
  8. String? inputHintText,
  9. InputDecoration? inputDecoration,
  10. TextStyle? inputTextStyle,
})

Implementation

const FormlessTheme({
  this.userBubbleColor,
  this.botBubbleColor,
  this.userTextColor,
  this.botTextColor,
  this.sendButtonColor,
  this.typingIndicatorColor,
  this.inputBorderColor,
  this.inputHintText,
  this.inputDecoration,
  this.inputTextStyle,
});