NoTitleStyle.dark constructor

NoTitleStyle.dark()

夜间

Implementation

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