alignSelf property

  1. @override
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

@override
final BoxAlignmentGeometry? alignSelf;