useSafeArea property

bool? useSafeArea
final

Whether to wrap the dialog in a SafeArea widget to avoid system UI intrusions.

Defaults to true if not specified.

Implementation

final bool? useSafeArea;