ChatBubbleColor constructor

ChatBubbleColor({
  1. required Color color,
  2. required Color textPrimaryColor,
  3. required Color textSecondaryColor,
})

Implementation

ChatBubbleColor({
  required this.color,
  required this.textPrimaryColor,
  required this.textSecondaryColor,
});