alignment property Null safety

AlignmentGeometry? alignment
final

How to align the Dialog.

If null, then DialogTheme.alignment is used. If that is also null, the default is Alignment.center.

Implementation

final AlignmentGeometry? alignment;