Floating Button

Primary nodes

Condition
Value

For the most up-to-date information on this Widget, please click on the Flutter/Dart link in the box above.

Remember that this node is the same as the Flutter Widget.

Floating Button default node

Inputs

Input
Type
Description
Released in version:

connector (required)

Widget

Connector for the parent Widget

1.0.0

backgroundColor

Color

Floating button background color

1.0.11

clipBehavior

Clip

Controls how to clip. Defaults to none

1.0.11

elevation

Double

Elevation effect of the button with help of the shadow

1.0.11

foregroundColor

Color

Foreground color

1.0.11

mini

Bool

Is the button mini size?. Defaults to false

1.0.11

tooltip

String

Tooltip text

1.0.11

Outputs

Output
Type
Description
Released in version:

child

Widget

Child Widget

1.0.0

onPressed

Flow

Flow called when the button is pressed

1.0.0

Last updated