mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-04 14:21:12 +00: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