openWarnings property

SystemUiOverlayStyle openWarnings
getter/setter pair

Implementation

SystemUiOverlayStyle openWarnings = const SystemUiOverlayStyle(
  statusBarColor: Colors.transparent,
  statusBarIconBrightness: Brightness.light,
  statusBarBrightness: Brightness.dark,
);