Try Install Learn Blog API Packages GitHub
Pages
mint-ui

Search
Basic information
Entities
Versions
Dependencies
mint-color 0.5.0 <= v < 1.0.0

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(Never, 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.