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

Cmn
FabPosition

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

Cmn
FabPosition

Position FAB at the bottom of the screen at the end, overlaying the NavigationBar (if it exists)

Cmn
FabPosition

Position FAB at the bottom of the screen at the start, above the NavigationBar (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 NavigationBar (if it exists)

End

val EndFabPosition

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

EndOverlay

val EndOverlayFabPosition

Position FAB at the bottom of the screen at the end, overlaying the NavigationBar (if it exists)

Start

val StartFabPosition

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

Public functions

toString

open fun toString(): String