SystemUiOverlayStyle constructor

const SystemUiOverlayStyle(
  1. {Color? systemNavigationBarColor,
  2. Color? systemNavigationBarDividerColor,
  3. Brightness? systemNavigationBarIconBrightness,
  4. bool? systemNavigationBarContrastEnforced,
  5. Color? statusBarColor,
  6. Brightness? statusBarBrightness,
  7. Brightness? statusBarIconBrightness,
  8. bool? systemStatusBarContrastEnforced}
)

Creates a new SystemUiOverlayStyle.

Implementation

const SystemUiOverlayStyle({
  this.systemNavigationBarColor,
  this.systemNavigationBarDividerColor,
  this.systemNavigationBarIconBrightness,
  this.systemNavigationBarContrastEnforced,
  this.statusBarColor,
  this.statusBarBrightness,
  this.statusBarIconBrightness,
  this.systemStatusBarContrastEnforced,
});