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