[Party Room] 房间类型相关

This commit is contained in:
2024-01-07 18:52:06 +08:00
parent 7240878148
commit ab6e660ea0
9 changed files with 603 additions and 7 deletions

View File

@ -12,9 +12,9 @@ void dPrint(src) {
}
Future showToast(BuildContext context, String msg,
{BoxConstraints? constraints}) async {
{BoxConstraints? constraints, String? title}) async {
return showBaseDialog(context,
title: "提示",
title: title ?? "提示",
content: Text(msg),
actions: [
FilledButton(