NUIStatusBar constructor

NUIStatusBar({
  1. Color? color,
  2. BoxDecoration? decoration,
})

Implementation

NUIStatusBar({
  this.color,
  this.decoration
});