StatusBarThemeData constructor

const StatusBarThemeData({
  1. Color? background,
  2. Color? foreground,
  3. Color? keyBackground,
  4. Color? keyForeground,
  5. Style? keyStyle,
  6. Style? labelStyle,
  7. String? separator,
})

Implementation

const StatusBarThemeData({
  this.background,
  this.foreground,
  this.keyBackground,
  this.keyForeground,
  this.keyStyle,
  this.labelStyle,
  this.separator,
});