Primary nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/material/IconButton-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
alignment
Alignment
Icon alignment. Defaults to center
1.0.11
color
Color
Icon color
enableFeedback
Bool
Does the button provide feedback? Defaults to true
iconSize
Double
Icon size. Defaults to 24
padding
EdgeInsets
Empty space to inscribe inside the Button
icon (required)
Icon child Widget
onPressed (required)
Flow
Flow called when the button is pressed
Last updated 3 years ago