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 BottomAppBar (if it exists)

Cmn
FabPosition

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

Cmn
FabPosition

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

Cmn

Public functions

open String
Cmn

Public companion properties

Center

val CenterFabPosition

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

End

val EndFabPosition

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

Start

val StartFabPosition

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

Public functions

toString

open fun toString(): String