ThreadMessagesStart

Deprecated

This class is deprecated and will be removed in the future. Use `threadsVerticalArrangement` parameter with one of `Arrangement.Vertical` instead.

Replace with

import androidx.compose.foundation.layout.Arrangement
Arrangement.Vertical

Represents where the thread messages start.

Inheritors

Types

Link copied to clipboard

Thread messages start from the bottom of the component.

Link copied to clipboard

Thread messages start from the top of the component.