


Text("Stanford Video Steve Jobs’ 2005 Stanford Commencement Address I am honored to be with you today at your commencement from one of the finest universities in the world.")
.fixedSize(horizontal: false, vertical: true)
.chatBubble(
direction: .leadingTop,
cornerRadius: 18,
color: .blue.opacity(0.5)
)
ChatBubble(cornerRadius: 18)
.frame(width: 300, height: 100)
.foregroundColor(.cyan)
Text("Sample Text.")
.fixedSize(horizontal: false, vertical: true)
.padding(9)
.background {
ChatBubble(cornerRadius: 18)
.rotateChatBubble(position: .trailingBottom)
.foregroundColor(.red.opacity(0.5))
}