FloatingAppBarExitDirection


The possible directions for a HorizontalFloatingAppBar or VerticalFloatingAppBar, used to determine the exit direction when a FloatingAppBarScrollBehavior is attached.

Summary

Public companion properties

FloatingAppBarExitDirection

FloatingAppBar exits towards the bottom of the screen

Cmn
FloatingAppBarExitDirection

FloatingAppBar exits towards the end of the screen

Cmn
FloatingAppBarExitDirection

FloatingAppBar exits towards the start of the screen

Cmn
FloatingAppBarExitDirection

FloatingAppBar exits towards the top of the screen

Cmn

Public functions

open String
Cmn

Public companion properties

Bottom

val BottomFloatingAppBarExitDirection

FloatingAppBar exits towards the bottom of the screen

End

val EndFloatingAppBarExitDirection

FloatingAppBar exits towards the end of the screen

Start

val StartFloatingAppBarExitDirection

FloatingAppBar exits towards the start of the screen

Top

val TopFloatingAppBarExitDirection

FloatingAppBar exits towards the top of the screen

Public functions

toString

open fun toString(): String