systemUIStyle method

SystemUiOverlayStyle? systemUIStyle(
  1. HubbleThemeData theme
)
inherited

Implementation

SystemUiOverlayStyle? systemUIStyle(HubbleThemeData theme) {
  return theme.systemUiStyle;
}