FloatingActionButtonShape
Specifies the shape of the Floating Action Button.
The possible values are:
full
(Default)—Applies border radius equal to half of the height of the FloatingActionButton.
If the Floating Action Button contains only icon, the shape will be circle.
circle
—Applies circle shape on the FloatingActionButton.rectangle
—Applies no border radius on the FloatingActionButton.rounded
—Applies default border radius on the FloatingActionButton.square
—Applies square shape on the FloatingActionButton.
type
FloatingActionButtonShape = "rectangle" | "rounded" | "pill" | "circle" | "square";