🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

FloatingToolbarExitDirection

The possible directions for a HorizontalFloatingToolbar or VerticalFloatingToolbar, used to determine the exit direction when a FloatingToolbarScrollBehavior is attached.

Source set: Common
public class FloatingToolbarExitDirection internal constructor(@Suppress("unused") private val value: Int)

The possible directions for a HorizontalFloatingToolbar or VerticalFloatingToolbar, used to determine the exit direction when a FloatingToolbarScrollBehavior is attached.

Functions

toString

Source set: Common
override fun toString(): String

Members

Companion

Source set: Common
public companion object

Properties

Bottom

Source set: Common
public val Bottom: FloatingToolbarExitDirection

FloatingToolbar exits towards the bottom of the screen

Top

Source set: Common
public val Top: FloatingToolbarExitDirection

FloatingToolbar exits towards the top of the screen

Start

Source set: Common
public val Start: FloatingToolbarExitDirection

FloatingToolbar exits towards the start of the screen

End

Source set: Common
public val End: FloatingToolbarExitDirection

FloatingToolbar exits towards the end of the screen

Content updated: