Reference
Floating Action Button
A Floating Action Button (FAB) performs the primary, or most common, action on a screen.
A floating action button appears in front of all screen content, typically as a circular shape with an icon in its center. FABs come in two types: regular, and extended.
Only use a FAB if it is the most suitable way to present a screen's primary action. Only one component is recommended per screen to represent the most common action.
Basic FAB
Size
By default, the size is
large
. Use the size
prop for smaller floating action buttons.Animation
The floating action button animates onto the screen as an expanding piece of material, by default.
A floating action button that spans multiple lateral screens (such as tabbed screens) should briefly disappear, then reappear if its action changes.
The Zoom transition can be used to achieve this. Note that since both the exiting and entering animations are triggered at the same time, we use
enterDelay
to allow the outgoing Floating Action Button's animation to finish before the new one enters.Item One