New to KendoReact? Learn about KendoReact Free.
FloatingActionButtonRounded
Specifies the rounding of the Floating Action Button.
The possible values are:
small
medium
large
full
null
—Does not set a roundedclassName
.
type
FloatingActionButtonRounded = null
| "small" | "medium" | "large" | "full";