transparentStatusBar property

bool transparentStatusBar
final

When set to true, it makes the status bar on Android the same color as the rest of the AppBar. Defaults to true.

When true, the AppBar in Android mimics the look of one-toned AppBar's typically used on iOS. Set to false to revert back and use Android's default two-toned look. If true the status bar area is actually also transparent, then if the app bar is also translucent, content that scrolls behind it is also visible behind the status bar area.

You may need to fully restart the app and even rebuild for changes to this setting to take effect on Android devices and emulators.

Implementation

final bool transparentStatusBar;