Source set: Common
value 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.
Companion Object
Properties
Source set: Common
val Bottom
FloatingToolbar exits towards the bottom of the screen
Source set: Common
val Top
FloatingToolbar exits towards the top of the screen
Source set: Common
val Start
FloatingToolbar exits towards the start of the screen
Source set: Common
val End
FloatingToolbar exits towards the end of the screen