FloatingToolbarExitDirection


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

Summary

Public companion properties

FloatingToolbarExitDirection

FloatingToolbar exits towards the bottom of the screen

Cmn
FloatingToolbarExitDirection

FloatingToolbar exits towards the end of the screen

Cmn
FloatingToolbarExitDirection

FloatingToolbar exits towards the start of the screen

Cmn
FloatingToolbarExitDirection

FloatingToolbar exits towards the top of the screen

Cmn

Public functions

open String
Cmn

Public companion properties

Bottom

val Bottom: FloatingToolbarExitDirection

FloatingToolbar exits towards the bottom of the screen

End

val End: FloatingToolbarExitDirection

FloatingToolbar exits towards the end of the screen

Start

val Start: FloatingToolbarExitDirection

FloatingToolbar exits towards the start of the screen

Top

val Top: FloatingToolbarExitDirection

FloatingToolbar exits towards the top of the screen

Public functions

toString

open fun toString(): String