system Bars Padding
Selectively apply additional space which matches the width/height of any system bars present on the respective edges of the screen.
Parameters
Whether to apply padding using the system bars dimensions on the respective edges. Defaults to true.
Selectively apply additional space which matches the width/height of any system bars present on the respective edges of the screen.
Parameters
Whether to apply padding to the start edge, which matches the system bars width (if present) on the start edge of the screen. Defaults to true.
Whether to apply padding to the top edge, which matches the system bars height (if present) at the top edge of the screen. Defaults to true.
Whether to apply padding to the end edge, which matches the system bars width (if present) on the end edge of the screen. Defaults to true.
Whether to apply padding to the bottom edge, which matches the system bars height (if present) at the bottom edge of the screen. Defaults to true.