Class

FloatingToolbarVerticalFabPosition

The possible positions for a FloatingActionButton attached to a VerticalFloatingToolbar

Source set: Common

Added in 1.5.0-alpha17

@ExperimentalMaterial3ExpressiveApi
value class FloatingToolbarVerticalFabPosition
internal constructor(@Suppress("unused") private val value: Int)

The possible positions for a FloatingActionButton attached to a VerticalFloatingToolbar

Companion Object

Properties

Source set: Common

Added in 1.5.0-alpha17

val Top = FloatingToolbarVerticalFabPosition(0)

Position FAB at the top of the toolbar.

Source set: Common

Added in 1.5.0-alpha17

val Bottom = FloatingToolbarVerticalFabPosition(1)

Position FAB at the bottom of the toolbar.