Improve UI. Rounded Card.

This commit is contained in:
Junyuan Feng
2022-02-04 18:52:35 +08:00
parent 026d203608
commit 1bd43829bb
16 changed files with 271 additions and 100 deletions

View File

@@ -9,6 +9,5 @@ class ServerInfo {
SSHClient? client;
ServerConnectionState connectionState;
ServerInfo(
this.info, this.status, this.client, this.connectionState);
ServerInfo(this.info, this.status, this.client, this.connectionState);
}