Floating Button
Primary nodes
Condition
Value
Released in version:
1.0.0
Flutter/Dart link:

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