transparentStatusBar property

bool transparentStatusBar
final

When true, the status bar on Android will be 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 it to false to revert back and use Android's default two-toned look. If true the status bar area is also transparent, then if the app bar is also translucent, content that scrolls behind it is also visible behind the status bar area.

Implementation

final bool transparentStatusBar;