NUIStatusBar constructor
NUIStatusBar({
- Color? color,
- BoxDecoration? decoration,
Implementation
NUIStatusBar({this.color, this.decoration});
NUIStatusBar({this.color, this.decoration});