alignSelf property
The cross-axis alignment for this specific flex item.
Overrides the parent's FlexBox.alignItems property for this individual item. When null, the item uses the alignment specified by its parent flex container.
See BoxAlignmentGeometry for available alignment options.
Implementation
@override
final BoxAlignmentGeometry? alignSelf;