alignment property Null safety
final
alignment is used to align the overlayChild based on its child's constraints when type is OverlayType.positioned. Defaults to OverlayAlignment.bottomCenter.
Implementation
final OverlayAlignment alignment;