Try Install Learn Blog API Packages GitHub
Pages

Ui.FloatingButton

A floating action button (FAB) represents the primary action of a screen.

Properties

icon
:
Html

The icon of the button.

onClick
:
Function(Html.Event, Promise(Void))
=
Promise.never1

The click event handler.

size
:
Ui.Size
=
Ui.Size::Em(3)

The size of the button.

type
:
String
=
"primary"

The type of the button.

Functions

render
:
Html

Renders the button.