kDarkSystemUiOverlayStyle top-level constant

SystemUiOverlayStyle const kDarkSystemUiOverlayStyle

Implementation

const kDarkSystemUiOverlayStyle = SystemUiOverlayStyle(
  // Changes the status bar colors and buttons (Top)
  statusBarColor: kDarkBackgroundColor, // Android Only
  statusBarIconBrightness: Brightness.light, // Android Only
  statusBarBrightness: Brightness.dark, // iOS Only

  // Changes the navigation bar colors and buttons
  systemNavigationBarColor: kDarkBackgroundColor, // Android only
  systemNavigationBarDividerColor: kDarkBackgroundColor, // Android only
  systemNavigationBarIconBrightness: Brightness.light, // Android only
);