StatusBar constructor
const
StatusBar({})
Implementation
const StatusBar({
super.key,
this.left,
this.center,
this.right,
this.backgroundColor,
this.foregroundColor,
this.height = 1,
});
const StatusBar({
super.key,
this.left,
this.center,
this.right,
this.backgroundColor,
this.foregroundColor,
this.height = 1,
});