mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
优化提示文本
This commit is contained in:
parent
70f5b301c3
commit
a0a21dc8a6
@ -18,7 +18,7 @@ Future showToast(BuildContext context, String msg,
|
||||
FilledButton(
|
||||
child: const Padding(
|
||||
padding: EdgeInsets.only(top: 2, bottom: 2, left: 8, right: 8),
|
||||
child: Text('关闭'),
|
||||
child: Text('我知道了'),
|
||||
),
|
||||
onPressed: () => Navigator.pop(context),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user