Hello,
If isAppbarOverlay=false is passed, bottom part of the screen is not covered by overlay on some phones (i.e. iPhone 13).
This is happening because SafeArea is used as a wrapper and in some phones SafeArea adds padding from bottom part of the screen. This could be easily fixed by utilizing bottom=false prop of SafeArea, that can exclude this padding if only app bad overlay should be excluded.
Hello,
If
isAppbarOverlay=falseis passed, bottom part of the screen is not covered by overlay on some phones (i.e. iPhone 13).This is happening because
SafeAreais used as a wrapper and in some phonesSafeAreaadds padding from bottom part of the screen. This could be easily fixed by utilizingbottom=falseprop ofSafeArea, that can exclude this padding if only app bad overlay should be excluded.