useSafeArea property

bool? useSafeArea
getter/setter pair

Whether to wrap journey content in a SafeArea.

When true (default), content is inset from system UI (status bar, home indicator). Set to false for edge-to-edge journey pages where a background should extend under system UI.

Only applies to NavigationHubLayout.journey.

Implementation

bool? useSafeArea;