useSafeArea property

bool useSafeArea
final

Whether to account for system safe areas (status bar, notch).

When true, automatically adds padding to avoid system UI intrusions. Typically enabled for top-level app bars in full-screen contexts.

Implementation

final bool useSafeArea;