Although edge-to-edge is currently supported, we don’t yet have a complete integration because we can’t explicitly configure the status bar icon color to improve contrast with the tool bar background. Even if we set this property in the theme, it gets overridden when edge-to-edge is enabled at runtime.
The solution is to allow receiving a parameter that manually configures the status bar icon color.
It should be configurable, letting the user define the strategy for determining icon color:
true – always use light icons
false – always use dark icons
auto – detect based on the device’s theme selection (current behavior)
Evidences when icons doesn't have a correct contrast betweek toolbar and the status bar icon colors.

Although edge-to-edge is currently supported, we don’t yet have a complete integration because we can’t explicitly configure the status bar icon color to improve contrast with the tool bar background. Even if we set this property in the theme, it gets overridden when edge-to-edge is enabled at runtime.
The solution is to allow receiving a parameter that manually configures the status bar icon color.
It should be configurable, letting the user define the strategy for determining icon color:
true – always use light icons
false – always use dark icons
auto – detect based on the device’s theme selection (current behavior)
Evidences when icons doesn't have a correct contrast betweek toolbar and the status bar icon colors.
