Floating Button
Primary nodes
Last updated
Primary nodes
Last updated
Released in version:
1.0.0
Flutter/Dart link:
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.
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
child
Widget
Child Widget
1.0.0
onPressed
Flow
Flow called when the button is pressed
1.0.0