Primary nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/material/FloatingActionButton-class.htmlarrow-up-right
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
backgroundColor
Color
Floating button background color
1.0.11
clipBehavior
Clip
Controls how to clip. Defaults to none
elevation
Double
Elevation effect of the button with help of the shadow
foregroundColor
Foreground color
mini
Bool
Is the button mini size?. Defaults to false
tooltip
String
Tooltip text
child
Child Widget
onPressed
Flow
Flow called when the button is pressed
Last updated 3 years ago