Primary nodes
Released in version:
1.0.12
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/Align-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
How to align the child. Defaults to center
heightFactor
Double
If non-null, sets its height to the child's height multiplied by this factor.
widthFactor
If non-null, sets its width to the child's width multiplied by this factor.
child (required)
Child Widget
Last updated 3 years ago