FabPosition

Class

Common
value class FabPosition internal constructor(@Suppress("unused") private val value: Int)

The possible positions for a FloatingActionButton attached to a Scaffold.

Companion Object

Properties

Common
val Start = FabPosition(0)

Position FAB at the bottom of the screen at the start, above the BottomAppBar (if it exists)

Common
val Center = FabPosition(1)

Position FAB at the bottom of the screen in the center, above the BottomAppBar (if it exists)

Common
val End = FabPosition(2)

Position FAB at the bottom of the screen at the end, above the BottomAppBar (if it exists)