SystemUiOverlayStyle constructor
- Color? statusBarColor,
- Brightness? statusBarBrightness,
- Brightness? statusBarIconBrightness,
- 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,
});