systemUiOverlayStyleFor static method
- ThemeData theme
Implementation
static SystemUiOverlayStyle systemUiOverlayStyleFor(ThemeData theme) =>
SystemUiOverlayStyle(
statusBarBrightness: theme.brightness,
statusBarColor:
theme.colorScheme.surfaceContainerLowest.withOpacity(0.54),
statusBarIconBrightness: theme.brightness.inverse,
systemNavigationBarColor: theme.colorScheme.surfaceContainerLowest,
systemNavigationBarIconBrightness: theme.brightness.inverse,
);