kLightSystemUiOverlayStyle top-level constant

SystemUiOverlayStyle const kLightSystemUiOverlayStyle

Implementation

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

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