alignment property
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;
How to align the Dialog.
If null, then DialogTheme.alignment is used. If that is also null, the default is Alignment.center.
final AlignmentGeometry? alignment;