FloatingToolbarVerticalFabPosition
Class
Common
@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
Common
val Top = FloatingToolbarVerticalFabPosition(0)
Position FAB at the top of the toolbar.
Common
val Bottom = FloatingToolbarVerticalFabPosition(1)
Position FAB at the bottom of the toolbar.