opt.: display name of server func btns

This commit is contained in:
lollipopkit
2023-11-02 13:43:15 +08:00
parent 220f4c6723
commit 402045a53d
11 changed files with 71 additions and 70 deletions

View File

@@ -103,7 +103,9 @@ class ServerFuncBtns extends StatelessWidget {
? Column(
children: [
Icon(e.icon, size: iconSize ?? 15),
Text(e.toStr, style: const TextStyle(fontSize: 7, color: Colors.grey))
Text(e.toStr,
style: const TextStyle(
fontSize: 7, color: Colors.grey))
],
)
: Icon(e.icon, size: iconSize ?? 15),