SpecialChatBubbleOne constructor

SpecialChatBubbleOne({
  1. required Color color,
  2. required Alignment alignment,
  3. required bool tail,
})

Implementation

SpecialChatBubbleOne({
  required this.color,
  required this.alignment,
  required this.tail,
});