NoTitleStyle.dark constructor
      
      NoTitleStyle.dark()
     
    
夜间
Implementation
NoTitleStyle.dark() {
  this.showTitleBar = false;
  this.backgroundColor = Colors.grey[800]!;
  this.textColor = Colors.white;
}夜间
NoTitleStyle.dark() {
  this.showTitleBar = false;
  this.backgroundColor = Colors.grey[800]!;
  this.textColor = Colors.white;
}