ChatColors constructor

const ChatColors({
  1. Color? surfaceBackground,
  2. Color? botBubbleBackground,
  3. Color? userBubbleBackground,
  4. Color? botBubbleForeground,
  5. Color? userBubbleForeground,
  6. Color? botBubbleShadow,
})

Implementation

const ChatColors({
  this.surfaceBackground,
  this.botBubbleBackground,
  this.userBubbleBackground,
  this.botBubbleForeground,
  this.userBubbleForeground,
  this.botBubbleShadow,
});