📜  statusBarIconBrightness - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:54.080000             🧑  作者: Mango

代码示例1
final SystemUiOverlayStyle overlayStyle = brightness == Brightness.dark
  ? SystemUiOverlayStyle.light
  : SystemUiOverlayStyle.dark;
// when using appbar to change Statusbar Icon Brightness change
// appbar brightness to het opposite brightness in status bar