BOTTOM

Deprecated

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

Replace with

import androidx.compose.foundation.layout.Arrangement
Arrangement.Bottom

Thread messages start from the bottom of the component.

Functions

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