Align
Primary nodes
Last updated
Primary nodes
Last updated
Released in version:
1.0.12
Flutter/Dart link:
connector (required)
Widget
Connector for the parent Widget
1.0.12
alignment
Alignment
How to align the child. Defaults to center
1.0.12
heightFactor
Double
If non-null, sets its height to the child's height multiplied by this factor.
1.0.12
widthFactor
Double
If non-null, sets its width to the child's width multiplied by this factor.
1.0.12
child (required)
Widget
Child Widget
1.0.12