FabPosition
-
Cmn
value class FabPosition
The possible positions for a FloatingActionButton attached to a Scaffold.
Summary
Public companion properties |
||
|---|---|---|
FabPosition |
Position FAB at the bottom of the screen in the center, above the |
Cmn
|
FabPosition |
Position FAB at the bottom of the screen at the end, above the |
Cmn
|
FabPosition |
Position FAB at the bottom of the screen at the start, above the |
Cmn
|
Public companion properties
Center
val Center: FabPosition
Position FAB at the bottom of the screen in the center, above the BottomAppBar (if it exists)
End
val End: FabPosition
Position FAB at the bottom of the screen at the end, above the BottomAppBar (if it exists)
Start
val Start: FabPosition
Position FAB at the bottom of the screen at the start, above the BottomAppBar (if it exists)