Elevated 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
autofocus
Bool
Autofocus button? Defaults to false
1.0.9
backgroundColor
Color
Background Color
1.0.0
borderRadius
BorderRadius
Border Radius for the corners of the button
1.0.0
Outputs
Output
Type
Description
Released in version:
child (required)
Widget
Child Widget
1.0.0
onLongPress
Flow
Flow called when the button is long pressed
1.0.9
onPressed (required)
Flow
Flow called when the button is pressed
1.0.0
Last updated