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