This commit is contained in:
Junyuan Feng
2022-02-10 20:27:30 +08:00
parent feb3b10f1f
commit 282e61afac
9 changed files with 406 additions and 27 deletions

View File

@@ -49,7 +49,8 @@ class _PingPageState extends State<PingPage>
RoundRectCard(
SizedBox(
width: double.infinity,
child: Padding(padding: const EdgeInsets.all(7), child: Text(_result)),
child: Padding(
padding: const EdgeInsets.all(7), child: Text(_result)),
),
),
])),