optimized apt experience

This commit is contained in:
Junyuan Feng
2022-05-10 21:49:17 +08:00
parent 49f70fe41a
commit 7e8e0e2efc
13 changed files with 232 additions and 73 deletions

View File

@@ -90,8 +90,7 @@ class _SFTPDownloadedPageState extends State<SFTPDownloadedPage> {
const Divider(),
(_path?.path ?? s.loadingFiles).omitStartStr(
style: TextStyle(
color:
color.isBrightColor ? Colors.black : Colors.white),
color: color.isBrightColor ? Colors.black : Colors.white),
)
],
),