MessageBackgroundShapes

data class MessageBackgroundShapes(val top: Shape, val middle: Shape, val bottom: Shape, val none: Shape)

Represents the shapes for the message background in different positions.

Parameters

top

The shape which is used for the top message in a group.

middle

The shape which is used for the middle message in a group.

bottom

The shape which is used for the bottom message in a group.

none

The shape which is used for messages that are not in a group.

Constructors

Link copied to clipboard
constructor(top: Shape, middle: Shape, bottom: Shape, none: Shape)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val none: Shape
Link copied to clipboard
val top: Shape