Source set: Common
Added in 1.5.0-alpha17
@ExperimentalMaterial3ExpressiveApi
value class FloatingToolbarHorizontalFabPosition
internal constructor(@Suppress("unused") private val value: Int)
The possible positions for a FloatingActionButton attached to a HorizontalFloatingToolbar
Companion Object
Properties
Source set: Common
Added in 1.5.0-alpha17
val Start = FloatingToolbarHorizontalFabPosition(0)
Position FAB at the start of the toolbar.
Source set: Common
Added in 1.5.0-alpha17
val End = FloatingToolbarHorizontalFabPosition(1)
Position FAB at the end of the toolbar.