systemUiOverlayStyle property

SystemUiOverlayStyle? systemUiOverlayStyle
final

Specifies a preference for the style of the system's overlays when this appbar is used. If null, ThemeData.appBarTheme will be used. If null, SystemUiOverlayStyle.dark will be used by default.

Implementation

final SystemUiOverlayStyle? systemUiOverlayStyle;