Icon Button

Primary nodes

Condition
Value

Released in version:

1.0.0

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.

IconButton default node

Inputs

Input
Type
Description
Released in version:

connector (required)

Widget

Connector for the parent Widget

1.0.0

alignment

Alignment

Icon alignment. Defaults to center

1.0.11

color

Color

Icon color

1.0.11

enableFeedback

Bool

Does the button provide feedback? Defaults to true

1.0.11

iconSize

Double

Icon size. Defaults to 24

1.0.0

padding

EdgeInsets

Empty space to inscribe inside the Button

1.0.11

Outputs

Output
Type
Description
Released in version:

icon (required)

Widget

Icon child Widget

1.0.0

onPressed (required)

Flow

Flow called when the button is pressed

1.0.0

Last updated