mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-29 06:55:37 +08:00
[Party Room] 房间类型相关
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user