TOP

Deprecated

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

Replace with

import androidx.compose.foundation.layout.Arrangement
Arrangement.Top

Thread messages start from the top of the component.

Functions

Link copied to clipboard
open override fun toString(): String