-
@Immutable() public final class ChatCompositeShapes
-
-
Field Summary
Fields Modifier and Type Field Description private final Shape
messageBubble
private final Shape
unreadMessagesIndicator
-
Constructor Summary
Constructors Constructor Description ChatCompositeShapes(Shape messageBubble, Shape unreadMessagesIndicator)
-
Method Summary
Modifier and Type Method Description final Shape
getMessageBubble()
final Shape
getUnreadMessagesIndicator()
-
-
Method Detail
-
getMessageBubble
final Shape getMessageBubble()
-
getUnreadMessagesIndicator
final Shape getUnreadMessagesIndicator()
-
-
-
-