ChatBubbleTriangle constructor

const ChatBubbleTriangle(
  1. bool isMe,
  2. Color backgroundColor
)

Implementation

const ChatBubbleTriangle(this.isMe, this.backgroundColor);