Elevated Button

Primary nodes

Condition
Value

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.

ElevatedButton default node

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