Primary nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/material/ElevatedButton-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
autofocus
Bool
Autofocus button? Defaults to false
1.0.9
backgroundColor
Color
Background Color
borderRadius
BorderRadius
Border Radius for the corners of the button
child (required)
Child Widget
onLongPress
Flow
Flow called when the button is long pressed
onPressed (required)
Flow called when the button is pressed
Last updated 3 years ago