mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: display name of server func btns
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user