SystemUiOverlayStyleLight constructor

const SystemUiOverlayStyleLight({
  1. Color? systemNavigationBarColor = Colors.transparent,
  2. Color? systemNavigationBarDividerColor = Colors.transparent,
  3. Color? statusBarColor = Colors.transparent,
  4. Brightness? systemNavigationBarIconBrightness = Brightness.light,
  5. Brightness? statusBarIconBrightness = Brightness.light,
  6. Brightness? statusBarBrightness = Brightness.dark,
})

Implementation

const SystemUiOverlayStyleLight(
    {super.systemNavigationBarColor = Colors.transparent,
    super.systemNavigationBarDividerColor = Colors.transparent,
    super.statusBarColor = Colors.transparent,
    super.systemNavigationBarIconBrightness = Brightness.light,
    super.statusBarIconBrightness = Brightness.light,
    super.statusBarBrightness = Brightness.dark});