Start native apps faster with the Composables CLI ->
Class

FabPosition

The possible positions for a FloatingActionButton attached to a Scaffold.

Source set: 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

Source set: Common
val Start

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

Source set: Common
val Center

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

Source set: Common
val End

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

Source set: Common
val EndOverlay

Position FAB at the bottom of the screen at the end, overlaying the NavigationBar (if it exists)

Last updated: