StatusBar constructor
StatusBar({})
Implementation
StatusBar({
this.items = const [],
this.leading,
this.trailing,
this.background,
this.foreground,
this.padding,
this.separator,
this.gap = 2,
super.key,
});