scroll server connection failed info

This commit is contained in:
Junyuan Feng
2021-12-31 17:55:07 +08:00
parent f7558d6beb
commit f480c49f1f
4 changed files with 39 additions and 9 deletions

View File

@@ -113,8 +113,11 @@ class _SettingPageState extends State<SettingPage> {
height: 3,
),
_intervalValue == 0.0
? const Text('You set to 0, will not update automatically.\nYou can pull to refresh manually.',
style: TextStyle(color: Colors.grey), textAlign: TextAlign.center,)
? const Text(
'You set to 0, will not update automatically.\nYou can pull to refresh manually.',
style: TextStyle(color: Colors.grey),
textAlign: TextAlign.center,
)
: const SizedBox(),
const SizedBox(
height: 13,