NUIOverlayStyle constructor
      
      NUIOverlayStyle({})
     
    
    
Implementation
NUIOverlayStyle({
  this.statusBarColor,
  this.navigationBarColor,
  this.darkStatusBarIcon = false,
  this.darkNavigationBarIcon = false,
  this.darkStatusBar = false
});