alignSelf property

BoxAlignmentGeometry? alignSelf
final

The cross-axis alignment for this specific item. Overrides the FlexBox.alignItems property for this individual child. If null, uses the parent's alignItems setting.

Implementation

final BoxAlignmentGeometry? alignSelf;