systemOverlayStyle property
状态栏样式(控制顶部状态栏文字颜色)
- SystemUiOverlayStyle.light → 白色文字(深色背景)
- SystemUiOverlayStyle.dark → 黑色文字(浅色背景)
Implementation
final SystemUiOverlayStyle? systemOverlayStyle;
状态栏样式(控制顶部状态栏文字颜色)
final SystemUiOverlayStyle? systemOverlayStyle;